Update NodeRed

Topics about the Software of Revolution Pi
Post Reply
Rawpnzl
Posts: 4
Joined: 12 Feb 2025, 16:27

Update NodeRed

Post 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
User avatar
RevPiModIO
KUNBUS
Posts: 347
Joined: 20 Jan 2017, 08:44
Contact:

Re: Update NodeRed

Post 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
python3-RevPiModIO - https://revpimodio.org/ || Der RevPi ist das Beste, was passieren konnte!
Rawpnzl
Posts: 4
Joined: 12 Feb 2025, 16:27

Re: Update NodeRed

Post by Rawpnzl »

PERFECT, thank you very much for the information
Post Reply