/Node-Red

Information about Node Red

MIT LicenseMIT

Node-Red

Installing Node Red in Windows 10

Install Node-RED: Execute npm command that comes with node.js:

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

The confirmation of the installation (end of the output):

+ node-red@1.0.4
added 332 packages from 341 contributors in 18.494s
found 0 vulnerabilities

Running

c:\nodered\node-red

Running node-red with Options

node-red [-v] [-?] [--port PORT] [--safe] [--settings settings.js]
         [--title TITLE] [--userDir DIR] [flows.json|projectName]