We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm a new at NodeJS and NVS and out of curiosity, I uninstalled npm using npm.
nvs add 23.6.0 npm uninstall --global npm
Now I just can reinstall to get npm back. Is there any way to reinstall npm in current NodeJS version?
nvs rm 23.6.0 nvs add 23.6.0
The text was updated successfully, but these errors were encountered:
I'm not sure if I understand, but maybe you are just missing a step at the end:
nvs use 23.6.0
That will add that version of Node.js including npm to your PATH.
Also to set it as the default:
nvs link
Sorry, something went wrong.
Once you uninstall npm, you can't get it back, and you have to reinstall that version of node.
No branches or pull requests
I'm a new at NodeJS and NVS and out of curiosity, I uninstalled npm using npm.
Now I just can reinstall to get npm back. Is there any way to reinstall npm in current NodeJS version?
The text was updated successfully, but these errors were encountered: