File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,9 @@ To install Node-RED you can use the `npm` command that comes with node.js:
4747sudo npm install -g --unsafe-perm node-red
4848```
4949
50- <div class =" doc-callout " >
51- <div style =" float : left ; margin-right : 10px ; margin-bottom : 10px ;" >
52- <img src =" /images/logos/windows.svg " height =" 30 " >
53- </div >
5450If you are using Windows, do not start the command with <code >sudo</code >.
55- </div >
5651
57- This command will install Node-RED as a global module along with its dependencies.
52+ That command will install Node-RED as a global module along with its dependencies.
5853
5954You can confirm it has succeeded if the end of the command output looks similar to:
6055
@@ -222,13 +217,7 @@ latest version with the following command:
222217sudo npm install -g --unsafe-perm node-red
223218```
224219
225- <div class =" doc-callout " >
226- <div style =" float : left ; margin-right : 10px ; margin-bottom : 10px ;" >
227- <img src =" /images/logos/windows.svg " height =" 30 " >
228- </div >
229220If you are using Windows, do not start the command with <code >sudo</code >.
230- </div >
231-
232221
233222
234223
You can’t perform that action at this time.
0 commit comments