Uh oh!
There was an error while loading. Please reload this page.
use node version manager - #188
Conversation
gengjiawen
left a comment
There was a problem hiding this comment.
If you want to add a node version manager, I would prefer n. This would be more less intrusive and easy (use npm to install n)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
cortinico
commented
Nov 22, 2022
I would refrain from adding a node version manager in the container frankly. Version managers are user tools. The idea behind a container is to have a fixed set of dependencies that are used to build a given tool. |
gengjiawen
commented
Nov 23, 2022
It only added one npm package in the end, the cost is very small. In the long run, I think this is very useful for user-land to do matrix testing(Node.js latest, lts, minimum) |
leotm
commented
Nov 23, 2022
agree w a minimal container but also the small cost of node 19's out (working for me) and others testing matrices ahead's good for long-term contribution (node 20 next easter) noticed |
gengjiawen
commented
Nov 25, 2022
Thx for contribution |
No description provided.