bcrypt-nodejs : A native JS bcrypt library for NodeJS.. You can installing bcrypt-nodejs 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 bcrypt-nodejs $ sudo npm install -g bcrypt-nodejs
If want to update the bcrypt-nodejs package execute the command as below,
$ sudo npm update bcrypt-nodejs
Update package globally,
$ npm install -g bcrypt-nodejs
$ sudo git clone https://github.com/rektide/bcrypt-nodejs.git
$ sudo npm install -g ./bcrypt-nodejs
bcrypt-nodejs@0.0.3 /usr/lib/node_modules/bcrypt-nodejs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bcrypt-nodejs
Package Name | bcrypt-nodejs |
Version | 0.0.3 |
Description | A native JS bcrypt library for NodeJS. |
Released Date | 2013-02-25T12:56:15.438Z |
Published by | shanegirish |
How to Learn | https://www.npmjs.com/package/bcrypt-nodejs/tutorial |