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

How to Install zip-dir software package in NPM Packages

zip-dir : Zips up directories into buffers or saves zipped files to disk. You can installing zip-dir 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-dir
$ sudo npm install -g zip-dir

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

$ sudo npm update zip-dir

Update package globally,

$ npm install -g zip-dir

Git clone:

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

zip-dir@1.0.2 /usr/lib/node_modules/zip-dir

How to remove zip-dir package :

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

$ sudo npm uninstall zip-dir

Basic Information of zip-dir NPM Package:

Package Name zip-dir
Version 1.0.2
Description Zips up directories into buffers or saves zipped files to disk
Released Date 2016-02-21T04:12:32.606Z
Published by jsantell
How to Learn https://www.npmjs.com/package/zip-dir/tutorial