I just yesterday upgraded all my Pis using the pi update script which is a fairly time consuming exercise. Am I right in thinking that for a minor release like this I can just update node red using sudo npm install -g --unsafe-perm node-red
and restart node red?
I know. What is the difference in outcome when used for an upgrade, assuming that the script has been run once and nodejs and npm are up to date?
The big difference is that running the script takes node red and the process it is controlling down for most of half an hour on a pi zero, whereas just updating node-red the process would only be down for a few tens of seconds while node-red restarts.
Not sure how you have installed node-RED - did you use the node-RED install script (as per the install guide)??
You should not need sudo to start node-RED, and your start command is wrong. It should be simply; node-red-start
Maybe you already started Node-RED ? Did you try to stop it and start again? If the issue persists maybe it is better to open a specific thread in the forum. Posts tagged as "News" are supposed to notify the community of new releases, not the best place to ask help for troubleshooting.
@Narot - It's not very helpful deleting your post above!!
You asked for help, and we've tried to assist you, but by deleting your post, our replies are now without context, and don't make sense...