How-to update to latest beta? Node-RED 3.0.0-beta DietPi

not using the -g tag, this will work

systemctl stop node-red
cd /mnt/dietpi_userdata/node-red
sudo -u nodered npm i --no-audit node-red@next
systemctl start node-red
1 Like