npm-run-all : A CLI tool to run multiple npm-scripts in parallel or sequential.. You can installing npm-run-all 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 npm-run-all $ sudo npm install -g npm-run-all
If want to update the npm-run-all package execute the command as below,
$ sudo npm update npm-run-all
Update package globally,
$ npm install -g npm-run-all
$ sudo git clone https://github.com/rektide/npm-run-all.git
$ sudo npm install -g ./npm-run-all
npm-run-all@4.1.2 /usr/lib/node_modules/npm-run-all
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall npm-run-all
| Package Name | npm-run-all |
| Version | 4.1.2 |
| Description | A CLI tool to run multiple npm-scripts in parallel or sequential. |
| Released Date | 2017-11-07T11:44:37.544Z |
| Published by | mysticatea |
| How to Learn | https://www.npmjs.com/package/npm-run-all/tutorial |