Install and run Node-RED
Install Node-RED using your Terminal or cmd. We recommending adding Node-RED as a global module which adds the command Node-RED to your system path using the following commands:
$ sudo npm install -g --unsafe-perm node-red
On Windows:
$ npm install -g --unsafe-perm node-red
Run Node-RED for the first time to create ~/.node-red folder on the cmd/terminal:
$ node-red
Last modified 5yr ago