decompress-zip : Extract files from a ZIP archive. You can installing decompress-zip 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 decompress-zip $ sudo npm install -g decompress-zip
If want to update the decompress-zip package execute the command as below,
$ sudo npm update decompress-zip
Update package globally,
$ npm install -g decompress-zip
$ sudo git clone https://github.com/rektide/decompress-zip.git
$ sudo npm install -g ./decompress-zip
decompress-zip@0.3.0 /usr/lib/node_modules/decompress-zip
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall decompress-zip
Package Name | decompress-zip |
Version | 0.3.0 |
Description | Extract files from a ZIP archive |
Released Date | 2016-04-01T15:46:55.182Z |
Published by | sheerun |
How to Learn | https://www.npmjs.com/package/decompress-zip/tutorial |