How to Install password-hash NPM Packages on Ubuntu / Debian

How to Install password-hash software package in NPM Packages

password-hash : Password hashing and verification for node.js. You can installing password-hash 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 password-hash
$ sudo npm install -g password-hash

If want to update the password-hash package execute the command as below,

$ sudo npm update password-hash

Update package globally,

$ npm install -g password-hash

Git clone:

$ sudo  git clone https://github.com/rektide/password-hash.git
$ sudo  npm install -g ./password-hash

password-hash@1.2.2 /usr/lib/node_modules/password-hash

How to remove password-hash package :

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

$ sudo npm uninstall password-hash

Basic Information of password-hash NPM Package:

Package Name password-hash
Version 1.2.2
Description Password hashing and verification for node.js
Released Date 2014-04-22T15:32:19.354Z
Published by davidwood
How to Learn https://www.npmjs.com/package/password-hash/tutorial