glob : a little globber. You can installing 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 glob $ sudo npm install -g glob
If want to update the glob package execute the command as below,
$ sudo npm update glob
Update package globally,
$ npm install -g glob
$ sudo git clone https://github.com/rektide/glob.git
$ sudo npm install -g ./glob
glob@7.1.2 /usr/lib/node_modules/glob
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall glob
Package Name | glob |
Version | 7.1.2 |
Description | a little globber |
Released Date | 2017-05-19T20:15:25.471Z |
Published by | isaacs |
How to Learn | https://www.npmjs.com/package/glob/tutorial |