You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/raspberrypi.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ first to ensure npm is able to fetch and build any binary modules it needs to in
40
40
This script will:
41
41
42
42
- remove the existing version of Node-RED if present.
43
-
- if it detects Node.js is already installed, it will ensure it is at least v14. If less than v14 it will stop and let the user decide whether to stay with Node-RED version 1 - or upgrade Nodejs to a more recent LTS version. If nothing is found it will install the Node.js 16 LTS release using the [NodeSource](https://github.com/nodesource/distributions/blob/master/README.md) package.
43
+
- if it detects Node.js is already installed, it will ensure it is at least v18. If nothing is found it will install the Node.js 20 LTS release using the [NodeSource](https://github.com/nodesource/distributions/blob/master/README.md) package.
44
44
- install the latest version of Node-RED using npm.
45
45
- optionally install a collection of useful Pi-specific nodes.
46
46
- setup Node-RED to run as a service and provide a set of commands to work with
Node-RED has also been packaged for the Raspberry Pi OS repositories and appears in their
55
-
list of 'Recommended Software'. This allows it to be installed using
56
-
<code>apt-get install nodered</code> and includes the Raspberry Pi OS-packaged version
57
-
of Node.js, but <em>does not</em> include <code>npm</code>.
58
54
59
-
<p><b>Note</b>: at this time the default node.js included with RaspiOS Bullseye is still v12. This means that the latest Node-RED version that can be installed is the 2.x branch. While using these packages is convenient at first, we <b>strongly recommend</b> using the install script above instead.</p>
0 commit comments