bignumber.js : A library for arbitrary-precision decimal and non-decimal arithmetic. You can installing bignumber.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 bignumber.js $ sudo npm install -g bignumber.js
If want to update the bignumber.js package execute the command as below,
$ sudo npm update bignumber.js
Update package globally,
$ npm install -g bignumber.js
$ sudo git clone https://github.com/rektide/bignumber.js.git
$ sudo npm install -g ./bignumber.js
bignumber.js@4.1.0 /usr/lib/node_modules/bignumber.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bignumber.js
Package Name | bignumber.js |
Version | 4.1.0 |
Description | A library for arbitrary-precision decimal and non-decimal arithmetic |
Released Date | 2017-09-26T21:25:04.438Z |
Published by | mikemcl |
How to Learn | https://www.npmjs.com/package/bignumber.js/tutorial |