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

How to Install js-sha3 software package in NPM Packages

js-sha3 : A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.. You can installing js-sha3 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 js-sha3
$ sudo npm install -g js-sha3

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

$ sudo npm update js-sha3

Update package globally,

$ npm install -g js-sha3

Git clone:

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

js-sha3@0.6.1 /usr/lib/node_modules/js-sha3

How to remove js-sha3 package :

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

$ sudo npm uninstall js-sha3

Basic Information of js-sha3 NPM Package:

Package Name js-sha3
Version 0.6.1
Description A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.
Released Date 2017-07-03T01:01:58.095Z
Published by emn178
How to Learn https://www.npmjs.com/package/js-sha3/tutorial