exec-sh : Execute shell command forwarding all stdio.. You can installing exec-sh 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 exec-sh $ sudo npm install -g exec-sh
If want to update the exec-sh package execute the command as below,
$ sudo npm update exec-sh
Update package globally,
$ npm install -g exec-sh
$ sudo git clone https://github.com/rektide/exec-sh.git
$ sudo npm install -g ./exec-sh
exec-sh@0.2.1 /usr/lib/node_modules/exec-sh
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall exec-sh
Package Name | exec-sh |
Version | 0.2.1 |
Description | Execute shell command forwarding all stdio. |
Released Date | 2017-09-07T20:15:06.755Z |
Published by | tsertkov |
How to Learn | https://www.npmjs.com/package/exec-sh/tutorial |