-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
DietPi-Software | Node.js: ARMv6 binaries are missing in latest release #2755
Comments
@axwax Hmm, so the Node-RED install must have failed. Any error messages you remember from DietPi-Software run? Please try to reinstall/verify manually: The current RPi image btw is v6.22. However since it is updated on first boot automatically, it should not matter. |
Wow, thanks for the super quick response! I just did a
I did choose the lightweight 7zip option when prompted during the upgrade process to 6.22.3 - could that be the problem? |
@axwax
Nope, the error is about Here it looks like it should:
Node installer: https://raw.githubusercontent.com/taaem/nodejs-linux-installer/master/node-install.sh ... damn, there is no armv6l binary for the latest release: https://nodejs.org/dist/latest/ To compare, the lastest Node v11 release has armv6l binaries: https://nodejs.org/dist/latest-v11.x/ We are not the only ones who face this: taaem/nodejs-linux-installer#9 |
See my comments in the Node GitHub issue. Looking at the download page it really seems to be planned/wanted that latest Node does not support ARMv6 anymore, thus does not work on many RPi anymore. I really hope they rething this, however until then, and as the installer does not handle this gracefully, we have to manually choose Node 11 for ARMv6 then... Damn thing, this means we have to revert to the Node APT repo I think as the installer does not ship ANY possibility to install any other than the latest version... |
@axwax
Fixed with: dc09158 |
That's amazing! I just looked at your commit, and I think you might have to check for that too: Anyway, my Node Red has installed beautifully now - thanks for such a speedy fix, and I'm looking forward to 6.23! 😃 |
For reference, PR up to fix the installer: taaem/nodejs-linux-installer#11 |
ADMIN EDIT
Solution
Creating a bug report/issue
Despite Node-Red seemingly installing fine it doesn't appear to be installed where its service thinks it is (/usr/local/bin/node-red). Additionally, the node-red command can't be found.
Required Information
Additional Information (if applicable)
Steps to reproduce
Expected behaviour
Actual behaviour
Extra details
Other than the original install file being outdated (I think it was 6.16) it was a vanilla install, which I then upgraded to the current version before attempting any software install.
The text was updated successfully, but these errors were encountered: