passport-github : GitHub authentication strategy for Passport.. You can installing passport-github 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-github $ sudo npm install -g passport-github
If want to update the passport-github package execute the command as below,
$ sudo npm update passport-github
Update package globally,
$ npm install -g passport-github
$ sudo git clone https://github.com/rektide/passport-github.git
$ sudo npm install -g ./passport-github
passport-github@1.1.0 /usr/lib/node_modules/passport-github
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-github
| Package Name | passport-github |
| Version | 1.1.0 |
| Description | GitHub authentication strategy for Passport. |
| Released Date | 2016-02-03T00:57:55.141Z |
| Published by | jaredhanson |
| How to Learn | https://www.npmjs.com/package/passport-github/tutorial |