Node-RED: Difference between revisions

From IOT4
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<h2>Installing Node-RED</h2>
<h2>Installing Node-RED</h2>
First install the [https://nodejs.org/en/download/ Node.js].  
'''First install the [https://nodejs.org/en/download/ Node.js].'''


When that working install the [http://nodered.org/docs/getting-started/installation Node-RED] ,
When that working install the [http://nodered.org/docs/getting-started/installation Node-RED] ,
with command: '''sudo npm install -g --unsafe-perm node-red'''.
with command:  
<source>
sudo npm install -g --unsafe-perm node-red
</source>

Revision as of 11:29, 6 June 2017

Installing Node-RED

First install the Node.js.

When that working install the Node-RED , with command:

sudo npm install -g --unsafe-perm node-red