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
$ sudo git clone https://github.com/rektide/elliptic.git
$ sudo npm install -g ./elliptic
elliptic@6.4.0 /usr/lib/node_modules/elliptic
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall elliptic
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 |