countup.js : Animates a numerical value by counting to it. You can installing countup.js 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 countup.js $ sudo npm install -g countup.js
If want to update the countup.js package execute the command as below,
$ sudo npm update countup.js
Update package globally,
$ npm install -g countup.js
$ sudo git clone https://github.com/rektide/countup.js.git
$ sudo npm install -g ./countup.js
countup.js@1.9.3 /usr/lib/node_modules/countup.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall countup.js
Package Name | countup.js |
Version | 1.9.3 |
Description | Animates a numerical value by counting to it |
Released Date | 2017-11-07T17:28:15.129Z |
Published by | inorganik |
How to Learn | https://www.npmjs.com/package/countup.js/tutorial |