fs-walk : Synchronous and asynchronous recursive directory listing for node. You can installing fs-walk 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 fs-walk $ sudo npm install -g fs-walk
If want to update the fs-walk package execute the command as below,
$ sudo npm update fs-walk
Update package globally,
$ npm install -g fs-walk
$ sudo git clone https://github.com/rektide/fs-walk.git
$ sudo npm install -g ./fs-walk
fs-walk@0.0.1 /usr/lib/node_modules/fs-walk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fs-walk
| Package Name | fs-walk |
| Version | 0.0.1 |
| Description | Synchronous and asynchronous recursive directory listing for node |
| Released Date | 2013-07-28T16:17:37.850Z |
| Published by | cc-alberto |
| How to Learn | https://www.npmjs.com/package/fs-walk/tutorial |