p-retry : Retry a promise-returning or async function. You can installing p-retry 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-retry $ sudo npm install -g p-retry
If want to update the p-retry package execute the command as below,
$ sudo npm update p-retry
Update package globally,
$ npm install -g p-retry
$ sudo git clone https://github.com/rektide/p-retry.git
$ sudo npm install -g ./p-retry
p-retry@1.0.0 /usr/lib/node_modules/p-retry
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall p-retry
| Package Name | p-retry |
| Version | 1.0.0 |
| Description | Retry a promise-returning or async function |
| Released Date | 2016-10-21T07:50:24.250Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/p-retry/tutorial |