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
@@ -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 v12. If less than v12 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 current Node.js 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 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.
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
54
55
list of 'Recommended Software'. This allows it to be installed using
55
56
<code>apt-get install nodered</code> and includes the Raspberry Pi OS-packaged version
56
57
of Node.js, but <em>does not</em> include <code>npm</code>.
58
+
57
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>
Copy file name to clipboardExpand all lines: docs/user-guide/nodes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ If you are looking at intervals greater than one day - consider using a schedule
42
42
The `interval between times` and `at a specific time` options use the standard cron system. This means that 20 minutes will be at the next hour, 20 minutes past and 40 minutes past - not in 20 minutes time. If you want every 20 minutes from now - use the `interval` option.
43
43
44
44
*Since Node-RED 1.1.0*, the Inject node can now set any property on the message.
0 commit comments