Skip to content

Commit 846b041

Browse files
authored
Update raspberrypi.md
1 parent 3a70f6b commit 846b041

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/getting-started/raspberrypi.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ first to ensure npm is able to fetch and build any binary modules it needs to in
4040
This script will:
4141

4242
- 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.
4444
- install the latest version of Node-RED using npm.
4545
- optionally install a collection of useful Pi-specific nodes.
4646
- setup Node-RED to run as a service and provide a set of commands to work with
@@ -51,12 +51,7 @@ This script will:
5151
<img src="/images/logos/raspberrypi.svg" height="30">
5252
</div>
5353

54-
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>.
5854

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>
6055
</div>
6156

6257
### Running locally

0 commit comments

Comments
 (0)