run-parallel : Run an array of functions in parallel. You can installing run-parallel 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 run-parallel $ sudo npm install -g run-parallel
If want to update the run-parallel package execute the command as below,
$ sudo npm update run-parallel
Update package globally,
$ npm install -g run-parallel
$ sudo git clone https://github.com/rektide/run-parallel.git
$ sudo npm install -g ./run-parallel
run-parallel@1.1.6 /usr/lib/node_modules/run-parallel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall run-parallel
| Package Name | run-parallel |
| Version | 1.1.6 |
| Description | Run an array of functions in parallel |
| Released Date | 2016-03-29T07:03:16.628Z |
| Published by | feross |
| How to Learn | https://www.npmjs.com/package/run-parallel/tutorial |