glob-fs : file globbing for node.js. speedy and powerful alternative to node-glob.. You can installing glob-fs 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 glob-fs $ sudo npm install -g glob-fs
If want to update the glob-fs package execute the command as below,
$ sudo npm update glob-fs
Update package globally,
$ npm install -g glob-fs
$ sudo git clone https://github.com/rektide/glob-fs.git
$ sudo npm install -g ./glob-fs
glob-fs@0.1.7 /usr/lib/node_modules/glob-fs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall glob-fs
Package Name | glob-fs |
Version | 0.1.7 |
Description | file globbing for node.js. speedy and powerful alternative to node-glob. |
Released Date | 2017-07-20T15:14:44.510Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/glob-fs/tutorial |