progress-bar : An STDOUT progress bar for NodeJS.. You can installing progress-bar 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 progress-bar $ sudo npm install -g progress-bar
If want to update the progress-bar package execute the command as below,
$ sudo npm update progress-bar
Update package globally,
$ npm install -g progress-bar
$ sudo git clone https://github.com/rektide/progress-bar.git
$ sudo npm install -g ./progress-bar
progress-bar@0.1.1 /usr/lib/node_modules/progress-bar
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall progress-bar
| Package Name | progress-bar |
| Version | 0.1.1 |
| Description | An STDOUT progress bar for NodeJS. |
| Released Date | 2011-06-01T17:35:20.690Z |
| Published by | npm |
| How to Learn | https://www.npmjs.com/package/progress-bar/tutorial |