request-progress : Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining. You can installing request-progress 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 request-progress $ sudo npm install -g request-progress
If want to update the request-progress package execute the command as below,
$ sudo npm update request-progress
Update package globally,
$ npm install -g request-progress
$ sudo git clone https://github.com/rektide/request-progress.git
$ sudo npm install -g ./request-progress
request-progress@3.0.0 /usr/lib/node_modules/request-progress
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall request-progress
| Package Name | request-progress |
| Version | 3.0.0 |
| Description | Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining |
| Released Date | 2016-12-01T20:00:09.591Z |
| Published by | satazor |
| How to Learn | https://www.npmjs.com/package/request-progress/tutorial |