passport-google : Google (OpenID) authentication strategy for Passport.. You can installing passport-google 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 $ sudo npm install -g passport-google
If want to update the passport-google package execute the command as below,
$ sudo npm update passport-google
Update package globally,
$ npm install -g passport-google
$ sudo git clone https://github.com/rektide/passport-google.git
$ sudo npm install -g ./passport-google
passport-google@0.3.0 /usr/lib/node_modules/passport-google
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-google
| Package Name | passport-google |
| Version | 0.3.0 |
| Description | Google (OpenID) authentication strategy for Passport. |
| Released Date | 2013-02-11T04:34:41.666Z |
| Published by | jaredhanson |
| How to Learn | https://www.npmjs.com/package/passport-google/tutorial |