How to Install passport NPM Packages on Ubuntu / Debian

How to Install passport software package in NPM Packages

passport : Simple, unobtrusive authentication for Node.js.. You can installing passport 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
$ sudo npm install -g passport

If want to update the passport package execute the command as below,

$ sudo npm update passport

Update package globally,

$ npm install -g passport

Git clone:

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

passport@0.4.0 /usr/lib/node_modules/passport

How to remove passport package :

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

$ sudo npm uninstall passport

Basic Information of passport NPM Package:

Package Name passport
Version 0.4.0
Description Simple, unobtrusive authentication for Node.js.
Released Date 2017-08-11T18:12:03.883Z
Published by jaredhanson
How to Learn https://www.npmjs.com/package/passport/tutorial