Skip to content

Update NodeRed Openhabian

NodeRed updating openhabian

NodeRed is not getting updates when its installed with openhabian.

This is how you update NodeRed for openhabian.

Go to NodeRed installation folder.

cd /usr/lib/node_modules

Stop NodeRed, update Nodered and start NodeRed

node-red-stop
sudo npm update
node-red-start

Leave a Reply

Your email address will not be published. Required fields are marked *