Hi,
I'm running NodeRED on a Raspberry Pi 2 and it works really well. I installed it using the guide here that says to run this script:
bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)
After a while it installed Node v8.x along with NodeRED 0.19.x - This was sometime last year I think.
Today I'm try to use this node which requires Node v10
works with node version 10 but not with node version 8!
So long story short I'd like to upgrade to Node v10 - I tried running the update-nodejs-and-nodered
script again and it updates my Pi to NodeRED to v20.5 but my Node is still v8.
Should I try completely removing NodeRED and Node and running the update-nodejs-and-nodered
script again? Or is there a better method?
I'm running Raspbian Stretch OS