passport-local : Local username and password authentication strategy for Passport.. You can installing passport-local 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 passport-local $ sudo npm install -g passport-local
If want to update the passport-local package execute the command as below,
$ sudo npm update passport-local
Update package globally,
$ npm install -g passport-local
$ sudo git clone https://github.com/rektide/passport-local.git
$ sudo npm install -g ./passport-local
passport-local@1.0.0 /usr/lib/node_modules/passport-local
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-local
| Package Name | passport-local |
| Version | 1.0.0 |
| Description | Local username and password authentication strategy for Passport. |
| Released Date | 2014-03-08T19:05:10.745Z |
| Published by | jaredhanson |
| How to Learn | https://www.npmjs.com/package/passport-local/tutorial |