gulp-zip : ZIP compress files. You can installing gulp-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 gulp-zip $ sudo npm install -g gulp-zip
If want to update the gulp-zip package execute the command as below,
$ sudo npm update gulp-zip
Update package globally,
$ npm install -g gulp-zip
$ sudo git clone https://github.com/rektide/gulp-zip.git
$ sudo npm install -g ./gulp-zip
gulp-zip@4.0.0 /usr/lib/node_modules/gulp-zip
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-zip
Package Name | gulp-zip |
Version | 4.0.0 |
Description | ZIP compress files |
Released Date | 2017-01-25T17:28:49.212Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-zip/tutorial |