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

How to Install big.js software package in NPM Packages

big.js : A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic. You can installing big.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 big.js
$ sudo npm install -g big.js

If want to update the big.js package execute the command as below,

$ sudo npm update big.js

Update package globally,

$ npm install -g big.js

Git clone:

$ sudo  git clone https://github.com/rektide/big.js.git
$ sudo  npm install -g ./big.js

big.js@5.0.3 /usr/lib/node_modules/big.js

How to remove big.js package :

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

$ sudo npm uninstall big.js

Basic Information of big.js NPM Package:

Package Name big.js
Version 5.0.3
Description A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic
Released Date 2017-10-23T22:01:47.080Z
Published by mikemcl
How to Learn https://www.npmjs.com/package/big.js/tutorial