You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
nvm use 17 has incorrect error message
nvm use <int> has incorrect error message
Apr 7, 2022
Issue:
nvm can't find 17.8.0 if
nvm use 17
is supplied and also two v's show instead of oneHow To Reproduce:
Expected Behavior:
17.8.0 should be found and used
The text was updated successfully, but these errors were encountered: