backoff : Fibonacci and exponential backoffs.. You can installing backoff 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 backoff $ sudo npm install -g backoff
If want to update the backoff package execute the command as below,
$ sudo npm update backoff
Update package globally,
$ npm install -g backoff
$ sudo git clone https://github.com/rektide/backoff.git
$ sudo npm install -g ./backoff
backoff@2.5.0 /usr/lib/node_modules/backoff
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall backoff
Package Name | backoff |
Version | 2.5.0 |
Description | Fibonacci and exponential backoffs. |
Released Date | 2016-03-12T15:21:13.929Z |
Published by | mathieu |
How to Learn | https://www.npmjs.com/package/backoff/tutorial |