Fail to install node-red on raspberry pi

God-Did@God-Did:~ $ sudo apt install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.6).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
God-Did@God-Did:~ $ bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
God-Did@God-Did:~ $

this is the responds i'm getting anyone to help?

Try first sudo apt install build-essential git curl in the log above you forgot the last 2 words.

If it still doesn't work then

What OS/version are you using? Run cat /etc/os-release to find out.

Do you see nothing else at all? If not then how quickly does it finish?

Run
sudo apt update && sudo apt full-upgrade
and try again.

Typo, It should be sudo apt update && sudo apt full-upgrade

Correct, thanks. I will my post to avoid confusion for those finding it.

Thank You I'm running the updates now and will let you know of my progress. I also notice it was not synchronizing time so I corrected that first now I'm on updates.

There is something odd about your system then, the pi os should do that automatically.

thanks i re-installed pi os it now works

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.