bignum : Arbitrary-precision integer arithmetic using OpenSSL. You can installing bignum 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 bignum $ sudo npm install -g bignum
If want to update the bignum package execute the command as below,
$ sudo npm update bignum
Update package globally,
$ npm install -g bignum
$ sudo git clone https://github.com/rektide/bignum.git
$ sudo npm install -g ./bignum
bignum@0.12.5 /usr/lib/node_modules/bignum
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bignum
Package Name | bignum |
Version | 0.12.5 |
Description | Arbitrary-precision integer arithmetic using OpenSSL |
Released Date | 2016-06-16T10:48:46.287Z |
Published by | rvagg |
How to Learn | https://www.npmjs.com/package/bignum/tutorial |