-
-
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
Broken 'nvm use' command on v1.1.9 #870
Comments
Personally seeing a
Providing the full version number works in nvm version 1.1.9.
|
Same as @hyunbinseo for me—short version broken, long version works. Not seeing the incorrect version reported as @acambule is, and confirmed working with |
The fix has been merged in #709, but the next release date is unknown. Workaround is to explicitly use the full version (e.g. For more info look at the issues that this is a duplicate of: github.com/coreybutler/nvm-windows/issues?q="is not installed or cannot be found" |
Thanks—that fix was originally written nearly a year ago, so no wonder there are duplicate issues... Fingers crossed the release will be soon :). |
Duplicate of #708. Resolved in NVM4W 1.1.10. |
Issue:
Can't use installed versions of node through
nvm use
command. I have re-installed nvm-windows 1.1.9 using scoop but the problem persist. Downgrade to 1.1.8 works as expected.How To Reproduce:
node v19.0.0 is not installed.
Expected Behavior:
I can change the current installed node version.
The text was updated successfully, but these errors were encountered: