How to Install bignumber.js NPM Packages on Ubuntu / Debian

How to Install bignumber.js software package in NPM Packages

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

Git clone:

$ 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

How to remove bignumber.js package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall bignumber.js

Basic Information of bignumber.js NPM Package:

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