bcrypt : A bcrypt library for NodeJS.. You can installing bcrypt 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 $ sudo npm install -g bcrypt
If want to update the bcrypt package execute the command as below,
$ sudo npm update bcrypt
Update package globally,
$ npm install -g bcrypt
$ sudo git clone https://github.com/rektide/bcrypt.git
$ sudo npm install -g ./bcrypt
bcrypt@1.0.3 /usr/lib/node_modules/bcrypt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bcrypt
Package Name | bcrypt |
Version | 1.0.3 |
Description | A bcrypt library for NodeJS. |
Released Date | 2017-08-24T03:47:34.385Z |
Published by | ncb000gt |
How to Learn | https://www.npmjs.com/package/bcrypt/tutorial |