How to Install num NPM Packages on Ubuntu / Debian

How to Install num software package in NPM Packages

num : arbitrary precision integer and decimal library in javascript. You can installing num 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 num
$ sudo npm install -g num

If want to update the num package execute the command as below,

$ sudo npm update num

Update package globally,

$ npm install -g num

Git clone:

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

num@0.3.0 /usr/lib/node_modules/num

How to remove num package :

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

$ sudo npm uninstall num

Basic Information of num NPM Package:

Package Name num
Version 0.3.0
Description arbitrary precision integer and decimal library in javascript
Released Date 2014-11-25T20:59:16.712Z
Published by shtylman
How to Learn https://www.npmjs.com/package/num/tutorial