In sort of light of my recent UBUNTU install/update I decided to update my MAIN RPI machine to get the latest features.
Though 18.04 was doing fine, I feel I need to keep up with everyone else.
Did the "magic command" and.......
It died.
This is the command:
bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)
done from the home directory.
No sudo, no extra stuff.
This takes me back to what I saw when I was trying to get the Ubuntu version installed.
(But I'll let that go.)
This is a RPI.
It was running 18.04.
I put the command in and....
I am 90% sure when I have done that in the past it was from the .node-red directory.
This is the error I see:
pi@TimePi:~ $ sudo systemctl status nodered
â—Ź nodered.service - Node-RED graphical event wiring tool
Loaded: loaded (/lib/systemd/system/nodered.service; enabled)
Active: failed (Result: start-limit) since Fri 2018-09-21 15:01:18 AEST; 5min ago
Docs: http://nodered.org/docs/hardware/raspberrypi.html
Process: 522 ExecStart=/usr/bin/env node-red-pi $NODE_OPTIONS $NODE_RED_OPTIONS (code=exited, status=127)
Main PID: 522 (code=exited, status=127)
Sep 21 15:01:18 TimePi systemd[1]: nodered.service: main process exited, code=exited, status=127/n/a
Sep 21 15:01:18 TimePi systemd[1]: Unit nodered.service entered failed state.
Sep 21 15:01:18 TimePi systemd[1]: nodered.service holdoff time over, scheduling restart.
Sep 21 15:01:18 TimePi systemd[1]: Stopping Node-RED graphical event wiring tool...
Sep 21 15:01:18 TimePi systemd[1]: Starting Node-RED graphical event wiring tool...
Sep 21 15:01:18 TimePi systemd[1]: nodered.service start request repeated too quickly, refusing to start.
Sep 21 15:01:18 TimePi systemd[1]: Failed to start Node-RED graphical event wiring tool.
Sep 21 15:01:18 TimePi systemd[1]: Unit nodered.service entered failed state.
pi@TimePi:~ $