-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Built in cross-platform nodejs version manager #37109
Comments
I'm definitely +1 for this, maybe something similar to Currently you can achieve this with |
There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment. For more information on how the project manages feature requests, please consult the feature request management document. |
This feature might still be relevant. |
This wouldn't be so difficult to implement for node itself, conceptually, at least. It's a single binary, like deno. The hard problem is updating npm. |
There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment. For more information on how the project manages feature requests, please consult the feature request management document. |
Still relevant |
There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment. For more information on how the project manages feature requests, please consult the feature request management document. |
Possible to disable Stale bot feature? 😅 Is an inactive issue no longer an issue? (feel free to hide this comment as it is not relevant to this issue) |
It gained zero traction in the 2 years it's been open so I think it's only proper to let it die off. I'll go ahead and close this.
That's what I'm doing but, in general, at a project of node's size, the answer is 'no'. Turn on email notifications for all issues for a while, I dare you. :-) |
Also, this issue and #46409 are duplicates. That issue has a lot more discussion but didn't reach any real conclusion either. (And I made the exact same point there that I made here. At least I'm consistent.) |
Is your feature request related to a problem? Please describe.
Please describe the problem you are trying to solve.
No.
Describe the solution you'd like
Please describe the desired behavior.
node update
command. Updates NodeJS whilst still keeping global modules installed. Has to be cross-platform.Kinda like rustup, but, for NodeJS & cross platform
Describe alternatives you've considered
Please describe alternative solutions or features you have considered.
nvm-windows except it breaks and make you re-install global packages.
The text was updated successfully, but these errors were encountered: