How to Install readdirp NPM Packages on Ubuntu / Debian

How to Install readdirp software package in NPM Packages

readdirp : Recursive version of fs.readdir with streaming api.. You can installing readdirp 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 readdirp
$ sudo npm install -g readdirp

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

$ sudo npm update readdirp

Update package globally,

$ npm install -g readdirp

Git clone:

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

readdirp@2.1.0 /usr/lib/node_modules/readdirp

How to remove readdirp package :

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

$ sudo npm uninstall readdirp

Basic Information of readdirp NPM Package:

Package Name readdirp
Version 2.1.0
Description Recursive version of fs.readdir with streaming api.
Released Date 2016-06-27T18:57:01.706Z
Published by thlorenz
How to Learn https://www.npmjs.com/package/readdirp/tutorial