p-limit : Run multiple promise-returning & async functions with limited concurrency. You can installing p-limit 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-limit $ sudo npm install -g p-limit
If want to update the p-limit package execute the command as below,
$ sudo npm update p-limit
Update package globally,
$ npm install -g p-limit
$ sudo git clone https://github.com/rektide/p-limit.git
$ sudo npm install -g ./p-limit
p-limit@1.1.0 /usr/lib/node_modules/p-limit
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall p-limit
| Package Name | p-limit |
| Version | 1.1.0 |
| Description | Run multiple promise-returning & async functions with limited concurrency |
| Released Date | 2016-11-21T06:59:47.875Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/p-limit/tutorial |