compress : Compress a HTTP message. You can installing compress 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 compress $ sudo npm install -g compress
If want to update the compress package execute the command as below,
$ sudo npm update compress
Update package globally,
$ npm install -g compress
$ sudo git clone https://github.com/rektide/compress.git
$ sudo npm install -g ./compress
compress@0.99.0 /usr/lib/node_modules/compress
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall compress
Package Name | compress |
Version | 0.99.0 |
Description | Compress a HTTP message |
Released Date | 2014-08-18T04:37:21.817Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/compress/tutorial |