How to Install passport-local NPM Packages on Ubuntu / Debian

How to Install passport-local software package in NPM Packages

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

Git clone:

$ 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

How to remove passport-local package :

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

$ sudo npm uninstall passport-local

Basic Information of passport-local NPM Package:

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