vary : Manipulate the HTTP Vary header. You can installing vary 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 vary $ sudo npm install -g vary
If want to update the vary package execute the command as below,
$ sudo npm update vary
Update package globally,
$ npm install -g vary
$ sudo git clone https://github.com/rektide/vary.git
$ sudo npm install -g ./vary
vary@1.1.2 /usr/lib/node_modules/vary
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vary
| Package Name | vary |
| Version | 1.1.2 |
| Description | Manipulate the HTTP Vary header |
| Released Date | 2017-09-24T01:47:11.325Z |
| Published by | dougwilson |
| How to Learn | https://www.npmjs.com/package/vary/tutorial |