p-queue : Promise queue with concurrency control. You can installing p-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 p-queue $ sudo npm install -g p-queue
If want to update the p-queue package execute the command as below,
$ sudo npm update p-queue
Update package globally,
$ npm install -g p-queue
$ sudo git clone https://github.com/rektide/p-queue.git
$ sudo npm install -g ./p-queue
p-queue@2.3.0 /usr/lib/node_modules/p-queue
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall p-queue
| Package Name | p-queue |
| Version | 2.3.0 |
| Description | Promise queue with concurrency control |
| Released Date | 2017-11-24T20:12:19.594Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/p-queue/tutorial |