How to Install zip NPM Packages on Ubuntu / Debian

How to Install zip software package in NPM Packages

zip : An implementation of unzip for JavaScript. You can installing 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 zip
$ sudo npm install -g zip

If want to update the zip package execute the command as below,

$ sudo npm update zip

Update package globally,

$ npm install -g zip

Git clone:

$ sudo  git clone https://github.com/rektide/zip.git
$ sudo  npm install -g ./zip

zip@1.2.0 /usr/lib/node_modules/zip

How to remove zip package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall zip

Basic Information of zip NPM Package:

Package Name zip
Version 1.2.0
Description An implementation of unzip for JavaScript
Released Date 2014-04-05T03:18:44.234Z
Published by deathcap
How to Learn https://www.npmjs.com/package/zip/tutorial