Skip to content

Commit

Permalink
Update Node-RED update info
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Jul 4, 2024
1 parent 20683d3 commit 9917cb9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/software/hardware_projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,18 @@ Node-RED is a visual tool for wiring together hardware devices, APIs and online
```sh
systemctl stop node-red
cd /mnt/dietpi_userdata/node-red
sudo -u nodered npm up --no-audit node-red
sudo -u nodered npm i --no-audit node-red@latest
systemctl start node-red
```

The current Node-RED version can be read in the programming IDE in the *burger menu* at the right upper corner.

Newer Node-RED versions might require a newer Node.js version. If this is the case, to update Node.js as well, easiest is to reinstall Node-RED. Your additional plugins, data and configs are preserved:

```sh
dietpi-software reinstall 122
```

***

Website: <https://nodered.org>
Expand Down

0 comments on commit 9917cb9

Please sign in to comment.