taskgroup : Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.. You can installing taskgroup 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 taskgroup $ sudo npm install -g taskgroup
If want to update the taskgroup package execute the command as below,
$ sudo npm update taskgroup
Update package globally,
$ npm install -g taskgroup
$ sudo git clone https://github.com/rektide/taskgroup.git
$ sudo npm install -g ./taskgroup
taskgroup@5.0.1 /usr/lib/node_modules/taskgroup
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall taskgroup
| Package Name | taskgroup |
| Version | 5.0.1 |
| Description | Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting. |
| Released Date | 2016-06-13T03:16:19.444Z |
| Published by | balupton |
| How to Learn | https://www.npmjs.com/package/taskgroup/tutorial |