-
Notifications
You must be signed in to change notification settings - Fork 22
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
The new version of Node does not include a binary for arm6l #9
Comments
same problem here. It is used by dietpi and so on nothing is install on it |
According to the download page it seems to be wanted: https://nodejs.org/en/download/current/ I hope this will be rethought as it breaks support for many ARM devices 🤔. Quick fix:
|
Hi @michaelkay and @taaem , |
Aside from the finally linked PR, it does not really solve the issue. The installer is made to make automated Node installs easy. It chooses the correct archive based on your systems architecture. If "latest" this does not work for ARMv6 anymore, either it needs to exit with error prompt when armv6l is detected or it needs to adjust the download URL to use |
PR up to solve the issue for ARMv6 and btw i386 as well, where the latest binaries are in |
For all who land here, I polished by fork a bid which contains all required fixes including the failing download due to HTTPS redirection: https://github.com/MichaIng/nodejs-linux-installer If you have any suggestions, feel free to open an issue or pull request over there, every contribution is highly appreciated. I'll keep the option open to commit everything back to the original project here if taaem has any interest to pickup maintenance again 🙂. |
When running the script on a RaspberryPi Zero it fails with an error because Node v8 does not have a version for the arm6l.
The text was updated successfully, but these errors were encountered: