sudo systemctl enable nodered.service
sudo apt-get remove nodered
If you like you can grab them from github by executing the following
NOTE they are running as sudo so feel free to download manually and move as appropriate instead
sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service -O /lib/systemd/system/nodered.service
sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/node-red-start -O /usr/bin/node-red-start
sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/node-red-stop -O /usr/bin/node-red-stop
sudo chmod +x /usr/bin/node-red-st*
sudo systemctl daemon-reload
This will get the up to date systemd service starter and the start and stop commands (that are then made executable).
After that it makes the new scripts executable and then refreshes the systemd config so the
sudo systemctl enable nodered.service
should now work...
PS - you are the test subject for this fix :-) When it works I will update the docs.. :-)
yes, this is a happy guinea pig :)