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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall recursive-readdir
| 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 |