-
-
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
sermver calc with nvm 1.1.9 #706
Comments
This should be auto-expanding the version. I've marked this as a bug. |
This has been re-released in v1.1.9 with a note in the change log referencing this issue. https://github.com/coreybutler/nvm-windows/releases/tag/1.1.9 |
Technically the |
I bump into similar issue on nvm v1.1.9. I've tried to open #703 but GitHub says the page does not exist. Is there anything I can do locally for this? Version abbreviation is a very handy feature... |
I am having the same issue as @VsevolodChumachenko |
@karleinarb, I tried to install 1.1.7 version and it works for me |
nvm use (select exact version downloaded like 14.19.0) did work for me |
@coreybutler what do you suggest I have been following on this #706 issue that says access denied issues, I tried several times using nvm version 1.1.9 nvm use x.x.x command doesn't work in case of executing from VS code terminal when using 1.1.9 v of nvm, |
I installed this from fresh today and have the issue described above. No previous versions of nvm-windows were on my system.
|
Windows requires permissions to create symlinks if you don't have admin rights. See Symlinks in Windows 10. If you still don't have access, you have to assure you're not accessing a Windows protected directory (like Finally, if you're on Windows 11, you may have to allow NVM4W in Windows Security. For those using VS Code, Windows still requires the same permissions of the user that launched VS Code. The sledgehammer solution is to open VS Code as an admin. The more appropriate approach would be to grant your user account permissions to create symlinks and to assure the user account has access to modify the directory where the node root is defined. For an old but still relevant example, see Permission to make symbolic links in Windows 7. |
Issue:
With nvm 1.1.9
I think there is a problem with the calculation of the semver when it is not complete
How To Reproduce:
Expected Behavior:
node> nvm install 14
Should install the latest node 14 (v14.18.2)
node> nvm use 14
Should use v14.18.2
Log display
vv14.18.2
, there are two 'v'The text was updated successfully, but these errors were encountered: