How to Install elliptic NPM Packages on Ubuntu / Debian

How to Install elliptic software package in NPM Packages

elliptic : EC cryptography. You can installing elliptic 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 elliptic
$ sudo npm install -g elliptic

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

$ sudo npm update elliptic

Update package globally,

$ npm install -g elliptic

Git clone:

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

elliptic@6.4.0 /usr/lib/node_modules/elliptic

How to remove elliptic package :

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

$ sudo npm uninstall elliptic

Basic Information of elliptic NPM Package:

Package Name elliptic
Version 6.4.0
Description EC cryptography
Released Date 2017-02-22T21:27:47.116Z
Published by indutny
How to Learn https://www.npmjs.com/package/elliptic/tutorial