Node-RED: Difference between revisions
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: | with command: | ||
<source> | |||
sudo npm install -g --unsafe-perm node-red | |||
</source> |