big-integer : An arbitrary length integer library for Javascript. You can installing big-integer 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 big-integer $ sudo npm install -g big-integer
If want to update the big-integer package execute the command as below,
$ sudo npm update big-integer
Update package globally,
$ npm install -g big-integer
$ sudo git clone https://github.com/rektide/big-integer.git
$ sudo npm install -g ./big-integer
big-integer@1.6.26 /usr/lib/node_modules/big-integer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall big-integer
Package Name | big-integer |
Version | 1.6.26 |
Description | An arbitrary length integer library for Javascript |
Released Date | 2017-11-17T03:23:43.095Z |
Published by | peterolson |
How to Learn | https://www.npmjs.com/package/big-integer/tutorial |