node-red : A visual tool for wiring the Internet of Things. You can installing node-red npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install node-red $ sudo npm install -g node-red
If want to update the node-red package execute the command as below,
$ sudo npm update node-red
Update package globally,
$ npm install -g node-red
$ sudo git clone https://github.com/rektide/node-red.git
$ sudo npm install -g ./node-red
node-red@0.17.5 /usr/lib/node_modules/node-red
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-red
Package Name | node-red |
Version | 0.17.5 |
Description | A visual tool for wiring the Internet of Things |
Released Date | 2017-07-23T16:42:39.015Z |
Published by | knolleary |
How to Learn | https://www.npmjs.com/package/node-red/tutorial |