promise-retry : Retries a function that returns a promise, leveraging the power of the retry module.. You can installing promise-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 promise-retry $ sudo npm install -g promise-retry
If want to update the promise-retry package execute the command as below,
$ sudo npm update promise-retry
Update package globally,
$ npm install -g promise-retry
$ sudo git clone https://github.com/rektide/promise-retry.git
$ sudo npm install -g ./promise-retry
promise-retry@1.1.1 /usr/lib/node_modules/promise-retry
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promise-retry
| Package Name | promise-retry |
| Version | 1.1.1 |
| Description | Retries a function that returns a promise, leveraging the power of the retry module. |
| Released Date | 2016-08-20T10:40:05.614Z |
| Published by | satazor |
| How to Learn | https://www.npmjs.com/package/promise-retry/tutorial |