bigdecimal : Arbitrary-precision BigInteger and BigDecimal real numbers: Apache Harmonys implementation. You can installing bigdecimal 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 bigdecimal $ sudo npm install -g bigdecimal
If want to update the bigdecimal package execute the command as below,
$ sudo npm update bigdecimal
Update package globally,
$ npm install -g bigdecimal
$ sudo git clone https://github.com/rektide/bigdecimal.git
$ sudo npm install -g ./bigdecimal
bigdecimal@0.6.1 /usr/lib/node_modules/bigdecimal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bigdecimal
Package Name | bigdecimal |
Version | 0.6.1 |
Description | Arbitrary-precision BigInteger and BigDecimal real numbers: Apache Harmonys implementation |
Released Date | 2011-11-06T12:49:16.169Z |
Published by | jhs |
How to Learn | https://www.npmjs.com/package/bigdecimal/tutorial |