execa : A better `child_process`. You can installing execa 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 execa $ sudo npm install -g execa
If want to update the execa package execute the command as below,
$ sudo npm update execa
Update package globally,
$ npm install -g execa
$ sudo git clone https://github.com/rektide/execa.git
$ sudo npm install -g ./execa
execa@0.8.0 /usr/lib/node_modules/execa
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall execa
Package Name | execa |
Version | 0.8.0 |
Description | A better `child_process` |
Released Date | 2017-08-05T20:44:47.515Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/execa/tutorial |