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
As stated in README, I should be able to run nvm install stable as a synonym for nvm install 0.10.
nvm install stable
nvm install 0.10
But it fails: You can't reinstall global packages from the same version of node you're installing.
You can't reinstall global packages from the same version of node you're installing.
The text was updated successfully, but these errors were encountered:
Thanks! I have a bug in an internal function, nvm_remote_version. I'll fix this ASAP and release an update.
nvm_remote_version
Sorry, something went wrong.
Thanks !
24c60e4
I'll release this later today after tests finish passing.
Released as https://github.com/creationix/nvm/releases/tag/v0.23.2
ljharb
No branches or pull requests
As stated in README, I should be able to run
nvm install stable
as a synonym fornvm install 0.10
.But it fails:
You can't reinstall global packages from the same version of node you're installing.
The text was updated successfully, but these errors were encountered: