node-cmd : Simple commandline/terminal interface to allow you to run cli or bash style commands as if you were in the terminal.. You can installing node-cmd 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-cmd $ sudo npm install -g node-cmd
If want to update the node-cmd package execute the command as below,
$ sudo npm update node-cmd
Update package globally,
$ npm install -g node-cmd
$ sudo git clone https://github.com/rektide/node-cmd.git
$ sudo npm install -g ./node-cmd
node-cmd@3.0.0 /usr/lib/node_modules/node-cmd
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-cmd
| Package Name | node-cmd |
| Version | 3.0.0 |
| Description | Simple commandline/terminal interface to allow you to run cli or bash style commands as if you were in the terminal. |
| Released Date | 2017-04-16T05:49:03.417Z |
| Published by | riaevangelist |
| How to Learn | https://www.npmjs.com/package/node-cmd/tutorial |