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

How to Install aes-js software package in NPM Packages

aes-js : A pure JavaScript implementation of the AES block cipher and all common modes of operation.. You can installing aes-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 aes-js
$ sudo npm install -g aes-js

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

$ sudo npm update aes-js

Update package globally,

$ npm install -g aes-js

Git clone:

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

aes-js@3.1.0 /usr/lib/node_modules/aes-js

How to remove aes-js package :

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

$ sudo npm uninstall aes-js

Basic Information of aes-js NPM Package:

Package Name aes-js
Version 3.1.0
Description A pure JavaScript implementation of the AES block cipher and all common modes of operation.
Released Date 2017-04-15T19:34:01.051Z
Published by ricmoo
How to Learn https://www.npmjs.com/package/aes-js/tutorial