node-zip : node-zip - Zip/Unzip files ported from JSZip. You can installing node-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 node-zip $ sudo npm install -g node-zip
If want to update the node-zip package execute the command as below,
$ sudo npm update node-zip
Update package globally,
$ npm install -g node-zip
$ sudo git clone https://github.com/rektide/node-zip.git
$ sudo npm install -g ./node-zip
node-zip@1.1.1 /usr/lib/node_modules/node-zip
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-zip
Package Name | node-zip |
Version | 1.1.1 |
Description | node-zip - Zip/Unzip files ported from JSZip |
Released Date | 2015-05-03T18:52:33.860Z |
Published by | daraosn |
How to Learn | https://www.npmjs.com/package/node-zip/tutorial |