Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node-RED update info #1014

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading