Node-RED: Difference between revisions

From IOT4
Jump to navigation Jump to search
(Created page with "<h2>Installing Node-RED</h2> First install the [https://nodejs.org/en/download/ Node.js]. When that working install the [http://nodered.org/docs/getting-started/installation...")
 
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'''.

Revision as of 10: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.