The NR script -help option apparently unsupported

To upgrade NR from 2 to 3 to test the MATTER node I used the script.

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)

Of course it left my nodejs at 14 which is too old for the MATTER node - I noted this...

There are extra parameters you can pass to the script. Add –help to the end of the above command to see them.

Except that the result of putting -help on the end (after a space) was:

Error: Unsupported flag -help

Turns out it should be --help.

Oops, sorry Pete, I moved the rest of the thread - in that new thread I've already pinged Dave.

Docs page updated
image
(the source was "OK" - but apparently browsers are "clever" and can make -- into a long dash instead) - now forced to be code style so much clearer :slight_smile:

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.