How to Install request-progress NPM Packages on Ubuntu / Debian

How to Install request-progress software package in NPM Packages

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

Git clone:

$ 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

How to remove request-progress package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall request-progress

Basic Information of request-progress NPM Package:

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