How to Install batch NPM Packages on Ubuntu / Debian

How to Install batch software package in NPM Packages

batch : Simple async batch with concurrency control and progress reporting.. You can installing batch 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 batch
$ sudo npm install -g batch

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

$ sudo npm update batch

Update package globally,

$ npm install -g batch

Git clone:

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

batch@0.6.1 /usr/lib/node_modules/batch

How to remove batch package :

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

$ sudo npm uninstall batch

Basic Information of batch NPM Package:

Package Name batch
Version 0.6.1
Description Simple async batch with concurrency control and progress reporting.
Released Date 2017-05-16T21:11:49.205Z
Published by dougwilson
How to Learn https://www.npmjs.com/package/batch/tutorial