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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall crypto-js
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 |