How to Install node-zip NPM Packages on Ubuntu / Debian

How to Install node-zip software package in NPM Packages

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

Git clone:

$ 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

How to remove node-zip package :

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

$ sudo npm uninstall node-zip

Basic Information of node-zip NPM Package:

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