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