Node-Red can neither be installed, started, nor uninstalled

Hi there,
I tried to install node-red on my Raspi 3+B (with an older version of raspian) using this link:

https://nodered.org/docs/getting-started/raspberrypi

First it looked fine, but when I tried to start it, I got an error looking like this:

nodered.service: Main process exited, code=killed, status=4/ILL
nodered.service: Unit entered failed state.
nodered.service: Failed with result 'signal'.

So I tried to restart the script to uninstall and reinstall everything.
Unfortunately it ends up like this and I have NO idea what to do next :cold_sweat:

BR
G

Use the option --node16 to force it to install that, so use the command
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --node16

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