concurrently : Run commands concurrently. You can installing concurrently 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 concurrently $ sudo npm install -g concurrently
If want to update the concurrently package execute the command as below,
$ sudo npm update concurrently
Update package globally,
$ npm install -g concurrently
$ sudo git clone https://github.com/rektide/concurrently.git
$ sudo npm install -g ./concurrently
concurrently@3.5.1 /usr/lib/node_modules/concurrently
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall concurrently
Package Name | concurrently |
Version | 3.5.1 |
Description | Run commands concurrently |
Released Date | 2017-11-21T01:04:20.254Z |
Published by | gustavohenke |
How to Learn | https://www.npmjs.com/package/concurrently/tutorial |