-
-
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 NodeJS 14.19.2 with npm version 6.14.17 #799
Comments
Same |
same problem |
I'm having the same issue as well. |
same |
Got the same error and this worked for me as a temporary solution: |
This appears to be an upstream issue specifically with npm 6.14.17. The remote server is providing a corrupt/incomplete file (as opposed to not providing a file at all), which is not something NVM4W has any control over. All other versions of npm are working properly. I'm closing this because I don't think there is anything NVM4W can do to resolve this issue. |
Also facing this problem |
I have the same issue :( |
Solutions : nvm use 14.19.0 its got installed successfully |
roll back to nvm 1.1.7 |
Any chance of providing a link to the upstream issue? |
@s100 This is the upstream issue: npm/cli#4890 |
Hi guys, I met the same issue now, but I got a solving way. |
Issue:
I do not know if this is an issue with nvm for Windows or NodeJS:
I cannot get NodeJS 14.19.2 (more specifically: npm v6.14.17) to install with nvm v1.1.9:
How To Reproduce:
NodeJs is downloaded to
c:\development\tools\nvm\v14.19.2\node64.exe
.A file
c:\development\tools\nvm\temp\npm-v6.14.17.zip
is also created but it is not a ZIP archive - it is a text file with this content:(If it matters: I am using this git version locally:
)
Expected Behavior:
NodeJS 14.19.2 - and it's bundled npm - should install without an error.
I tried with:
Desktop:
The text was updated successfully, but these errors were encountered: