nprogress : Simple slim progress bars. You can installing nprogress 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 nprogress $ sudo npm install -g nprogress
If want to update the nprogress package execute the command as below,
$ sudo npm update nprogress
Update package globally,
$ npm install -g nprogress
$ sudo git clone https://github.com/rektide/nprogress.git
$ sudo npm install -g ./nprogress
nprogress@0.2.0 /usr/lib/node_modules/nprogress
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nprogress
Package Name | nprogress |
Version | 0.2.0 |
Description | Simple slim progress bars |
Released Date | 2015-05-13T10:31:26.370Z |
Published by | rstacruz |
How to Learn | https://www.npmjs.com/package/nprogress/tutorial |