adm-zip : A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk. You can installing adm-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 adm-zip $ sudo npm install -g adm-zip
If want to update the adm-zip package execute the command as below,
$ sudo npm update adm-zip
Update package globally,
$ npm install -g adm-zip
$ sudo git clone https://github.com/rektide/adm-zip.git
$ sudo npm install -g ./adm-zip
adm-zip@0.4.7 /usr/lib/node_modules/adm-zip
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall adm-zip
Package Name | adm-zip |
Version | 0.4.7 |
Description | A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk |
Released Date | 2015-02-09T19:41:11.766Z |
Published by | cthackers |
How to Learn | https://www.npmjs.com/package/adm-zip/tutorial |