node-glob : Find files. You can installing node-glob 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 node-glob $ sudo npm install -g node-glob
If want to update the node-glob package execute the command as below,
$ sudo npm update node-glob
Update package globally,
$ npm install -g node-glob
$ sudo git clone https://github.com/rektide/node-glob.git
$ sudo npm install -g ./node-glob
node-glob@1.2.0 /usr/lib/node_modules/node-glob
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-glob
Package Name | node-glob |
Version | 1.2.0 |
Description | Find files |
Released Date | 2016-03-09T09:11:20.720Z |
Published by | crafity |
How to Learn | https://www.npmjs.com/package/node-glob/tutorial |