-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Implement nvm switch
command
#884
Comments
Correct me if I'm misinterpreting, but it seems like the value of this proposal is not needing to know what the prior version was... i.e. less mental overhead. One of the planned features for Runtime are aliases, i.e. Bottom line, does your vision of |
Hello @coreybutler! Thanks for your fast reply. I didn't know that you have planned to build an It's just a proposal / idea that came to me when using NVM a day long. |
Reducing mental overhead is not useless or out of scope. I just wanted to clearly define the challenge so the best solution surfaces. Whether it will be a |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Just leaving a comment to prevent this from closing by @github-actions 😉 |
For anyone interested in a pseudo solution, I just spend a couple of hours writing a PowerShell script This is for my personal use, but feel free to give it a try |
I also want to have a quick way to switch multiple projects. How about store project related information in a hidden sub-folder? Link reusable resources to a local repo -- Sound like how python venv been designed. |
We can use the alias to switch to a version or uninstal it. This feature was mentioned in the issues coreybutler#884, coreybutler#478, coreybutler#466 and coreybutler#461
Just a suggestion / idea, when working with
NVM
on multiple projects where NodeJS versions differs, it would be nice to have a simple command to easily "switch" between current NodeJS used version and the previous one.Implementation example:
The text was updated successfully, but these errors were encountered: