How to Install crypto-js NPM Packages on Ubuntu / Debian

How to Install crypto-js software package in NPM Packages

crypto-js : JavaScript library of crypto standards.. You can installing crypto-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 crypto-js
$ sudo npm install -g crypto-js

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

$ sudo npm update crypto-js

Update package globally,

$ npm install -g crypto-js

Git clone:

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

crypto-js@3.1.9-1 /usr/lib/node_modules/crypto-js

How to remove crypto-js package :

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

$ sudo npm uninstall crypto-js

Basic Information of crypto-js NPM Package:

Package Name crypto-js
Version 3.1.9-1
Description JavaScript library of crypto standards.
Released Date 2016-12-14T12:06:34.381Z
Published by evanvosberg
How to Learn https://www.npmjs.com/package/crypto-js/tutorial