grunt-concurrent : Run grunt tasks concurrently. You can installing grunt-concurrent 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 grunt-concurrent $ sudo npm install -g grunt-concurrent
If want to update the grunt-concurrent package execute the command as below,
$ sudo npm update grunt-concurrent
Update package globally,
$ npm install -g grunt-concurrent
$ sudo git clone https://github.com/rektide/grunt-concurrent.git
$ sudo npm install -g ./grunt-concurrent
grunt-concurrent@2.3.1 /usr/lib/node_modules/grunt-concurrent
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-concurrent
Package Name | grunt-concurrent |
Version | 2.3.1 |
Description | Run grunt tasks concurrently |
Released Date | 2016-08-13T00:22:13.673Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/grunt-concurrent/tutorial |