passport-google-oauth2 : Passport strategy for Google OAuth 2.0. You can installing passport-google-oauth2 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-google-oauth2 $ sudo npm install -g passport-google-oauth2
If want to update the passport-google-oauth2 package execute the command as below,
$ sudo npm update passport-google-oauth2
Update package globally,
$ npm install -g passport-google-oauth2
$ sudo git clone https://github.com/rektide/passport-google-oauth2.git
$ sudo npm install -g ./passport-google-oauth2
passport-google-oauth2@0.1.6 /usr/lib/node_modules/passport-google-oauth2
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-google-oauth2
| Package Name | passport-google-oauth2 |
| Version | 0.1.6 |
| Description | Passport strategy for Google OAuth 2.0 |
| Released Date | 2015-02-18T01:22:04.750Z |
| Published by | mstade |
| How to Learn | https://www.npmjs.com/package/passport-google-oauth2/tutorial |