Page 1 of 1

Update NodeRed

Posted: 20 May 2025, 09:38
by Rawpnzl
Hello all,

we have a RevPi 4 Connect with Node Red 4.0.9 installed. Is it possbile to update Node Red or are there any problems?

On a "normal" Rasperry the installation script

Code: Select all

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
is working. Is there a similar way on a RevPi4?

Thank you very much and many greetings

Re: Update NodeRed

Posted: 20 May 2025, 10:56
by RevPiModIO
Hello Rawpnzl,

The Bookworm Images for the Revolution Pi will provide updates via „apt“. We have a Node-RED package „revpi-nodered“ that we regularly update to the latest versions of Node-RED. These packages can be installed via „Cockpit Software updates“ or via the terminal with „apt update && apt upgrade“.

Of course, the package also includes all the dependencies that Node-RED requires. Only the packages installed through the Node-RED „Palette Manager“ need to be updated in Node-RED.

Greeting,
Sven

Re: Update NodeRed

Posted: 20 May 2025, 15:52
by Rawpnzl
PERFECT, thank you very much for the information