Skip to content
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

pnpm fails to install Node.js on 64 bit Raspbian #4007

Closed
doinkythederp opened this issue Nov 17, 2021 · 2 comments · Fixed by #4008
Closed

pnpm fails to install Node.js on 64 bit Raspbian #4007

doinkythederp opened this issue Nov 17, 2021 · 2 comments · Fixed by #4008

Comments

@doinkythederp
Copy link

pnpm version: 6.22.2

Code to reproduce the issue:

pnpm env use -g latest

Expected behavior:

pnpm downloads and installs the latest version of node

Actual behavior:

pnpm outputs a error message (ERR_PNPM_FETCH_404) and fails:

 WARN  GET https://nodejs.org/download/release/v17.1.0/node-v17.1.0-linux-arm.tar.gz error (ERR_PNPM_FETCH_404). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://nodejs.org/download/release/v17.1.0/node-v17.1.0-linux-arm.tar.gz error (ERR_PNPM_FETCH_404). Will retry in 1 minute. 1 retries left.
 ERR_PNPM_FETCH_404  GET https://nodejs.org/download/release/v17.1.0/node-v17.1.0-linux-arm.tar.gz: Not Found - 404

Additional information:

  • node -v prints: v16.10.0
  • Windows, macOS, or Linux?: Linux (64 bit Rasbian OS on a Raspberry Pi 4)
@doinkythederp doinkythederp changed the title pnpm fails to install NodeJS on 64 bit Raspbian pnpm fails to install Node.js on 64 bit Raspbian Nov 17, 2021
@zkochan
Copy link
Member

zkochan commented Nov 17, 2021

Which tarball from here would be the one for your system? https://nodejs.org/dist/v17.1.0/

the node-v17.1.0-linux-arm64 one?

@doinkythederp
Copy link
Author

doinkythederp commented Nov 18, 2021

Which tarball from here would be the one for your system? https://nodejs.org/dist/v17.1.0/

the node-v17.1.0-linux-arm64 one?

It's actually node-v17.1.0-linux-armv7l.

When I download node-v17.1.0-linux-arm64, it exits with "./node-v17.1.0-linux-arm64/bin/node: No such file or directory" (even though it's actually there, I've checked). The other one works perfectly.

image
image

zkochan added a commit that referenced this issue Nov 18, 2021
@zkochan zkochan added this to the v6.23 milestone Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants