node-pi-zero
node-pi-zero copied to clipboard
Node installation on the Raspberry Pi Zero (Including v12+ Experimental Builds)
Hi, I upgraded (foolishly) npm from 5.6.0 (which I had from installing node 8.10, which I need for a software package) to 6.14.8. Now it will not run, to downgrade....
I tried to do a classic, i.e. step by step, install, and installed Raspberry Pi OS with Desktop, the current version (which is based on Debian 11 "Bullseye") But when...
Why do your scripts make 4 symlinks to `/opt/nodejs/node`? What's wrong with just one? `/usr/local/bin/node` should be sufficient, no? Same thing for `npm`. Also, why not use `ln -sf ...`...
thanks for this project anyway when I install a package with `npm install -g` package binary is not found even if it's correctly installed. Any idea ? I used the...
Hi Steven, I experienced an issue with my globally installed npm packages getting wiped. Here are the steps to reproduce on a Pi Zero: 1. Install Node using an install...
Hi there, Do you perhaps have the same solution for other pis? I would like this super quick install for my pi3, currently it takes about 4 hours with the...
Hi there, First of all, congrats for your script, it is very useful ;) I found a problem regarding /usr/local/bin folder since your script throw the following error: ``` ln:...
`unlink: cannot unlink '/sbin/node': No such file or directory unlink: cannot unlink '/sbin/npm': No such file or directory unlink: cannot unlink '/sbin/npx': No such file or directory ln: failed to...