pace : Command-line progress bar and progress metrics. Helps you measure the pace of a long-running script.. You can installing pace 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 pace $ sudo npm install -g pace
If want to update the pace package execute the command as below,
$ sudo npm update pace
Update package globally,
$ npm install -g pace
$ sudo git clone https://github.com/rektide/pace.git
$ sudo npm install -g ./pace
pace@0.0.4 /usr/lib/node_modules/pace
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pace
| Package Name | pace |
| Version | 0.0.4 |
| Description | Command-line progress bar and progress metrics. Helps you measure the pace of a long-running script. |
| Released Date | 2012-08-24T19:45:46.404Z |
| Published by | npm |
| How to Learn | https://www.npmjs.com/package/pace/tutorial |