How to Install crypto NPM Packages on Ubuntu / Debian

How to Install crypto software package in NPM Packages

crypto : This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.. You can installing crypto 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 crypto
$ sudo npm install -g crypto

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

$ sudo npm update crypto

Update package globally,

$ npm install -g crypto

Git clone:

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

crypto@1.0.1 /usr/lib/node_modules/crypto

How to remove crypto package :

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

$ sudo npm uninstall crypto

Basic Information of crypto NPM Package:

Package Name crypto
Version 1.0.1
Description This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
Released Date 2017-08-10T22:43:43.500Z
Published by ehsalazar
How to Learn https://www.npmjs.com/package/crypto/tutorial