aurelia-task-queue : A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks.. You can installing aurelia-task-queue 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 aurelia-task-queue $ sudo npm install -g aurelia-task-queue
If want to update the aurelia-task-queue package execute the command as below,
$ sudo npm update aurelia-task-queue
Update package globally,
$ npm install -g aurelia-task-queue
$ sudo git clone https://github.com/rektide/aurelia-task-queue.git
$ sudo npm install -g ./aurelia-task-queue
aurelia-task-queue@1.2.1 /usr/lib/node_modules/aurelia-task-queue
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aurelia-task-queue
Package Name | aurelia-task-queue |
Version | 1.2.1 |
Description | A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks. |
Released Date | 2017-10-01T06:34:12.565Z |
Published by | aureliaeffect |
How to Learn | https://www.npmjs.com/package/aurelia-task-queue/tutorial |