exec : Call a child process with the ease of exec and safety of spawn. You can installing exec 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 $ sudo npm install -g exec
If want to update the exec package execute the command as below,
$ sudo npm update exec
Update package globally,
$ npm install -g exec
$ sudo git clone https://github.com/rektide/exec.git
$ sudo npm install -g ./exec
exec@0.2.1 /usr/lib/node_modules/exec
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall exec
Package Name | exec |
Version | 0.2.1 |
Description | Call a child process with the ease of exec and safety of spawn |
Released Date | 2015-08-08T01:20:40.501Z |
Published by | bahamas10 |
How to Learn | https://www.npmjs.com/package/exec/tutorial |