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

How to Install js-sha512 software package in NPM Packages

js-sha512 : This is a simple SHA-512, SHA-384, SHA-512/224, SHA-512/256 hash functions for JavaScript supports UTF-8 encoding.. You can installing js-sha512 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-sha512
$ sudo npm install -g js-sha512

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

$ sudo npm update js-sha512

Update package globally,

$ npm install -g js-sha512

Git clone:

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

js-sha512@0.7.0 /usr/lib/node_modules/js-sha512

How to remove js-sha512 package :

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

$ sudo npm uninstall js-sha512

Basic Information of js-sha512 NPM Package:

Package Name js-sha512
Version 0.7.0
Description This is a simple SHA-512, SHA-384, SHA-512/224, SHA-512/256 hash functions for JavaScript supports UTF-8 encoding.
Released Date 2017-11-19T06:16:59.543Z
Published by emn178
How to Learn https://www.npmjs.com/package/js-sha512/tutorial