I am installing to a new raspberry pi
I read to install nr 1.0. use sudo npm install -g --unsafe-perm node-red@next
but is that to upgrade from say 0.20.7
do I need to use
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
first then upgrade with sudo npm install -g --unsafe-perm node-red@next ?