Skip to content
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

nvm use <int> has incorrect error message #779

Closed
elibroftw opened this issue Mar 30, 2022 · 2 comments
Closed

nvm use <int> has incorrect error message #779

elibroftw opened this issue Mar 30, 2022 · 2 comments

Comments

@elibroftw
Copy link

elibroftw commented Mar 30, 2022

Issue:

nvm can't find 17.8.0 if nvm use 17 is supplied and also two v's show instead of one

How To Reproduce:

C:\WINDOWS\System32>nvm install latest
...
C:\WINDOWS\System32>nvm use 17
node vv17.8.0 (64-bit) is not installed or cannot be found.
C:\WINDOWS\System32>nvm use 17.8.0
Now using node v17.8.0 (64-bit)

C:\WINDOWS\System32>

Expected Behavior:
17.8.0 should be found and used

@max-zaytsev
Copy link

This happens not only with version 17

C:\windows\system32>nvm use 10
node vv10.24.1 (64-bit) is not installed or cannot be found.
C:\windows\system32>nvm use 10.24.1
Now using node v10.24.1 (64-bit)

@elibroftw elibroftw changed the title nvm use 17 has incorrect error message nvm use <int> has incorrect error message Apr 7, 2022
@coreybutler
Copy link
Owner

Closing as a duplicate of #708.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants