-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[Issue]: npm install error #1240
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
Comments
Same issue here och version 1.2.2 |
I have the same error with another nodejs version |
This issue occurs in all versions older than v16.10.0 |
@coreybutler NVM for Windows v1.2 is unusable for any node versions below v16.10. There is already a pull request to fix this (#1220), please could you publish a release with this fix? |
I know I've been slow to release v1.2.3 with the fix, and I apologize for that. I don't need the PR (I'd already fixed it), but I've been busy trying to get an Azure spot instance with Windows 11 ARM64 setup as a GitHub runner. Turns out that is the only way we can continue supporting ARM builds (which are also new in 1.2.x) since Qemu emulation isn't doing the trick. In other words, this issue is kind of blocked by the automated build process. |
Happy to know it's on the radar and fingers crossed you're able to get the Github runner woes sorted |
Hi! Sorry for pushing you but you have any news on that @coreybutler? |
At Lines 745 to 754 in f538704
origin:master@HEAD , the path passed to the unzip function is still incorrect.Corey, is your fix for this unmerged or not pushed yet? |
Facing same error:
|
I'm getting the same issue for 14.15.4:
Any chance there is a timeline for the fix to be merged? Alternatively - has anyone found a workaround to get a pre-17 version working? |
Windows ARM is a very small userbase. It should not block an x86 release for everyone else. |
@OrangeDog what metrics do you have supporting the claim that ARM is a small userbase? |
@coreybutler they are only just approaching 13% of new PC sales, and not all of those are running Windows. It's miniscule compared to all the x86 Windows systems already in use. |
@OrangeDog what about servers? I appreciate the desire and encouragement to release. I too am frustrated with issues like this one. Regardless, I have to remain vigilant of the ripple effect releases have. I've never really spoken about it, but once a release is published, there is a period of time where several of the antivirus platforms mark it as a virus (many AV providers rely on weak ML algorithms that produce a lot of false positives). There are governance/provenance reports that have to be issued. I inevitably get emails with CrowdStrike reports from governments, militaries, financial institutions, etc... all of which need verification that the software is indeed safe. The point is releases consume a lot of my time, so I don't take them lightly. If only 5% of the userbase uses ARM, that's still 650K users. I don't have the bandwidth to release now, then again later. I'm trying to assure the next release is stable for everybody. |
Windows doesn't even support ARM for server images yet. You have to be on insider preview to get them. 5% is still a wild overestimate. |
What happened?
C:\Users\Administrator>nvm install 14.21.3
Downloading node.js version 14.21.3 (64-bit)...
Complete
Downloading npm...
Creating C:\Users\Administrator\AppData\Local\Temp\nvm-install-3382161075\temp
Downloading npm version 6.14.18... Complete
Installing npm v6.14.18...
error installing 14.21.3: open C:\Users\Administrator\AppData\Local\Temp\nvm-npm-4204267377\npm-v6.14.18.zip: The system cannot find the file specified.
What did you expect to happen?
C:\Users\Administrator>nvm install 14.21.3
Downloading node.js version 14.21.3 (64-bit)...
Complete
Downloading npm...
Creating C:\Users\Administrator\AppData\Local\Temp\nvm-install-3382161075\temp
Downloading npm version 6.14.18... Complete
Installing npm v6.14.18...
error installing 14.21.3: open C:\Users\Administrator\AppData\Local\Temp\nvm-npm-4204267377\npm-v6.14.18.zip: The system cannot find the file specified.
Version
1.2.0 or newer (Default)
Which version of Windows?
No response
Which locale?
None
Which shell are you running NVM4W in?
No response
User Permissions?
Administrative Privileges, Elevated
Is Developer Mode enabled?
None
Relevant log/console output
Debug Output
Anything else?
No response
The text was updated successfully, but these errors were encountered: