Node-Red Windows Install

Install Node-Red in Win10

Posted on Updated on

  • Install node.js – I am using version 5.4.0. Download

Once installed in command window

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

then install dashboard

npm install node-red-dashboard

 

Done