require-glob : Require multiple modules using glob patterns. Supports exclusions.. You can installing require-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 require-glob $ sudo npm install -g require-glob
If want to update the require-glob package execute the command as below,
$ sudo npm update require-glob
Update package globally,
$ npm install -g require-glob
$ sudo git clone https://github.com/rektide/require-glob.git
$ sudo npm install -g ./require-glob
require-glob@3.2.0 /usr/lib/node_modules/require-glob
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall require-glob
| Package Name | require-glob |
| Version | 3.2.0 |
| Description | Require multiple modules using glob patterns. Supports exclusions. |
| Released Date | 2016-09-26T01:13:37.862Z |
| Published by | shannonmoeller |
| How to Learn | https://www.npmjs.com/package/require-glob/tutorial |