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/local.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ That command will install Node-RED as a global module along with its dependencie
54
54
You can confirm it has succeeded if the end of the command output looks similar to:
55
55
56
56
```
57
-
+ node-red@4.1.2
57
+
+ node-red@4.1.7
58
58
added 227 packages in 13s
59
59
found 0 vulnerabilities
60
60
```
@@ -69,8 +69,7 @@ For more detailed information see our [docker](/docs/getting-started/docker) gui
69
69
70
70
### Installing with snap
71
71
72
-
If your OS supports [Snap](https://snapcraft.io/docs/core/install) you can install
73
-
Node-RED with:
72
+
Generally not recommended, but if your OS supports [Snap](https://snapcraft.io/docs/core/install) you can install Node-RED with:
74
73
75
74
```
76
75
sudo snap install node-red
@@ -84,7 +83,9 @@ When installed as a Snap package, it will run in a secure container that **does
84
83
- direct access to gpio hardware
85
84
- access to any external commands your flows want to use with the Exec node (for example).
86
85
86
+
<divclass="doc-callout">
87
87
If you need access to system hardware or to add nodes that require compilation then we recommend using a full install of Node-RED and not using the snap.
88
+
</div>
88
89
89
90
### Running
90
91
@@ -97,17 +98,17 @@ $ node-red
97
98
98
99
Welcome to Node-RED
99
100
===================
100
-
22 Dec 21:51:27 - [info] Node-RED version: v4.1.2
101
-
22 Dec 21:51:27 - [info] Node.js version: v20.19.6
102
-
22 Dec 21:51:27 - [info] Linux 6.8.0-90-generic x64 LE
103
-
22 Dec 21:51:27 - [info] Loading palette nodes
104
-
22 Dec 21:51:30 - [info] Settings file : /home/pi/.node-red/settings.js
105
-
22 Dec 21:51:30 - [info] Context store : 'default' [module=memory]
106
-
22 Dec 21:51:30 - [info] User directory : /home/pi/.node-red
107
-
22 Dec 21:51:30 - [warn] Projects disabled : editorTheme.projects.enabled=false
108
-
22 Dec 21:51:30 - [info] Flows file : /home/pi/.node-red/flows.json
109
-
22 Dec 21:51:30 - [info] Server now running at http://127.0.0.1:1880/
110
-
22 Dec 21:51:30 - [info] Starting flows
101
+
06 Mar 21:51:27 - [info] Node-RED version: v4.1.7
102
+
06 Mar 21:51:27 - [info] Node.js version: v22.22.1
103
+
06 Mar 21:51:27 - [info] Linux 6.8.0-90-generic x64 LE
104
+
06 Mar 21:51:27 - [info] Loading palette nodes
105
+
06 Mar 21:51:30 - [info] Settings file : /home/pi/.node-red/settings.js
106
+
06 Mar 21:51:30 - [info] Context store : 'default' [module=memory]
107
+
06 Mar 21:51:30 - [info] User directory : /home/pi/.node-red
108
+
06 Mar 21:51:30 - [warn] Projects disabled : editorTheme.projects.enabled=false
109
+
06 Mar 21:51:30 - [info] Flows file : /home/pi/.node-red/flows.json
110
+
06 Mar 21:51:30 - [info] Server now running at http://127.0.0.1:1880/
111
+
06 Mar 21:51:30 - [info] Starting flows
111
112
```
112
113
113
114
You can then access the Node-RED editor by pointing your browser at <http://localhost:1880>.
Copy file name to clipboardExpand all lines: docs/getting-started/raspberrypi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ first to ensure npm is able to fetch and build any binary modules it needs to in
35
35
This script will:
36
36
37
37
- remove the existing version of Node-RED if present.
38
-
- 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.
38
+
- if it detects Node.js is already installed, it will ensure it is at least v20. If nothing is found it will install the Node.js v22 LTS release using the [NodeSource](https://nodesource.com/products/distributions) package.
39
39
- install the latest version of Node-RED using npm.
40
40
- optionally install a collection of useful Pi-specific nodes.
41
41
- setup Node-RED to run as a service and provide a set of commands to work with
**Note**: As of Node v24 there are NO 32 bit builds available - so armv6 based Pi devices will no longer be supported.
47
48
</div>
48
49
49
-
50
50
</div>
51
51
52
52
### Running locally
@@ -75,7 +75,7 @@ The following commands are provided to work with the service:
75
75
76
76
-`node-red-start` - this starts the Node-RED service and displays its log output.
77
77
Pressing `Ctrl-C` or closing the window does *not* stop the service; it keeps
78
-
running in the background
78
+
running in the background. Use `node-red-log` to re-attach and view the log.
79
79
-`node-red-stop` - this stops the Node-RED service
80
80
-`node-red-restart` - this restarts the Node-RED service
81
81
-`node-red-reload` - this stops then starts the Node-RED service
@@ -103,7 +103,7 @@ Once Node-RED is running you can access the editor in a browser.
103
103
104
104
If you are using the browser on the Pi desktop, you can open the address: <http://localhost:1880>.
105
105
106
-
<divclass="doc-callout">We recommend using a browser outside of the Pi and pointing it at Node-RED running on the Pi. However you can use the built in browser and if so we recommend Chromium or Firefox and <i>not</i> Epiphany</div>.
106
+
<divclass="doc-callout">We recommend using a browser outside of the Pi and pointing it at Node-RED running on the Pi. However you can use the built in browser and if so we recommend Chromium or Firefox.
107
107
108
108
When browsing from another machine you should use the hostname or IP-address of the Pi: `http://<hostname>:1880`. You
109
109
can find the IP address by running `hostname -I` on the Pi.
0 commit comments