node-pi-zero icon indicating copy to clipboard operation
node-pi-zero copied to clipboard

Node.js not installing on Debian 11 bullseye

Open thesoulpole opened this issue 3 years ago • 2 comments

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)?

IMG_4304

thesoulpole avatar Jan 18 '22 15:01 thesoulpole

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 avatar Jan 18 '22 15:01 thesoulpole

@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

si458 avatar Jan 18 '22 16:01 si458