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

How to Install passport-facebook software package in NPM Packages

passport-facebook : Facebook authentication strategy for Passport.. You can installing passport-facebook 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-facebook
$ sudo npm install -g passport-facebook

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

$ sudo npm update passport-facebook

Update package globally,

$ npm install -g passport-facebook

Git clone:

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

passport-facebook@2.1.1 /usr/lib/node_modules/passport-facebook

How to remove passport-facebook package :

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

$ sudo npm uninstall passport-facebook

Basic Information of passport-facebook NPM Package:

Package Name passport-facebook
Version 2.1.1
Description Facebook authentication strategy for Passport.
Released Date 2016-05-17T19:13:37.644Z
Published by jaredhanson
How to Learn https://www.npmjs.com/package/passport-facebook/tutorial