child-process-promise : Simple wrapper around the child_process module that makes use of promises. You can installing child-process-promise 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 child-process-promise $ sudo npm install -g child-process-promise
If want to update the child-process-promise package execute the command as below,
$ sudo npm update child-process-promise
Update package globally,
$ npm install -g child-process-promise
$ sudo git clone https://github.com/rektide/child-process-promise.git
$ sudo npm install -g ./child-process-promise
child-process-promise@2.2.1 /usr/lib/node_modules/child-process-promise
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall child-process-promise
Package Name | child-process-promise |
Version | 2.2.1 |
Description | Simple wrapper around the child_process module that makes use of promises |
Released Date | 2017-03-29T20:57:04.231Z |
Published by | pnidem |
How to Learn | https://www.npmjs.com/package/child-process-promise/tutorial |