follow-redirects : HTTP and HTTPS modules that follow redirects.. You can installing follow-redirects 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 follow-redirects $ sudo npm install -g follow-redirects
If want to update the follow-redirects package execute the command as below,
$ sudo npm update follow-redirects
Update package globally,
$ npm install -g follow-redirects
$ sudo git clone https://github.com/rektide/follow-redirects.git
$ sudo npm install -g ./follow-redirects
follow-redirects@1.2.6 /usr/lib/node_modules/follow-redirects
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall follow-redirects
Package Name | follow-redirects |
Version | 1.2.6 |
Description | HTTP and HTTPS modules that follow redirects. |
Released Date | 2017-11-22T10:35:02.216Z |
Published by | rubenverborgh |
How to Learn | https://www.npmjs.com/package/follow-redirects/tutorial |