How to Install recursive-readdir NPM Packages on Ubuntu / Debian

How to Install recursive-readdir software package in NPM Packages

recursive-readdir : Get an array of all files in a directory and subdirectories.. You can installing recursive-readdir 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 recursive-readdir
$ sudo npm install -g recursive-readdir

If want to update the recursive-readdir package execute the command as below,

$ sudo npm update recursive-readdir

Update package globally,

$ npm install -g recursive-readdir

Git clone:

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

recursive-readdir@2.2.1 /usr/lib/node_modules/recursive-readdir

How to remove recursive-readdir package :

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

$ sudo npm uninstall recursive-readdir

Basic Information of recursive-readdir NPM Package:

Package Name recursive-readdir
Version 2.2.1
Description Get an array of all files in a directory and subdirectories.
Released Date 2017-05-15T21:42:54.319Z
Published by jergason
How to Learn https://www.npmjs.com/package/recursive-readdir/tutorial