Node.js not installing on Debian 11 bullseye
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 installing node.js 8.10, I get this - seems not successful? Any suggestions? Or should I just install the "legacy" RPi OS (debian 10 Buster)?
My original post may be a little unclear - I was installing node 8.10 as part of a different installation, hence the "step by step" phrase. But the problem is to be seen on the screen. Thanks for any help!
@thesoulpole you could try to run the script as admin
try the same command but before the bash at the end put sudo
wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.10.0.sh | sudo bash