-
-
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
Error installing 'latest' node version #955
Comments
I hereby confirm the Error. Same Version(s) of NVM and Node. Same Error Message with the same Steps as reported in the OT. Differences: 1.) Manual Installation of NVM |
Same. Commented here #942 (comment) |
#956 --> I just submitted a pull request that fixes this issue 👍🏼 |
This also applies without the |
Fixed in master, will be released in v1.1.11 |
Version 1.1.11 has been released. |
Updated to 1.1.11 and no more issue. I give this the official 'works on my machine' stamp of approval! Thanks for your quick work. |
Just want to leave this here from someone. I had the same issue and it turned out to be OneDrive messing with the path somehow. I do not need OneDrive so I unlinked my device and quit the app. |
I'm getting version 1.1.9 when installing via chocolately in win11 powershell7 and hit into this issue obviously. Just a heads up. thanks for the effort on this project - its greatly appreciated :) |
Use |
perfect.. thank you! :) I installed via nvm.portable. |
Or use |
Issue is still a problem with the latest version of nvm available via choco. |
We do not maintain the choco/nuget installations. Make sure it's installing the latest version. |
Issue:
I can't install the latest version of node, either via
latest
or via an explicit version number. On the surface it looks like #942 and might be the same or closely related, but the error message I'm getting is slightly different than what I see in that thread.How To Reproduce:
Using a fresh install using nvm-setup.exe from releases (first time trying this program, so no previous installs). Node was previously manually installed, but I uninstalled it before installing nvm.
Expected Behavior:
nvm install latest
ornvm install 19.9.0
would install the current latest version reported by the app (19.9.0).As shown above, the previous version (19.8.1) worked fine, as did
nvm install lts
. It seems to be an issue specific to the latest nodejs version. The version nvm reports matches what Nodejs's website claims is the latest. I did not try installing any other versions aside fromlatest
,lts
and the two explicit version numbers above.The text was updated successfully, but these errors were encountered: