require-globify : transform for browserify, which allows to require files with globbing expressions. You can installing require-globify 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-globify $ sudo npm install -g require-globify
If want to update the require-globify package execute the command as below,
$ sudo npm update require-globify
Update package globally,
$ npm install -g require-globify
$ sudo git clone https://github.com/rektide/require-globify.git
$ sudo npm install -g ./require-globify
require-globify@1.4.1 /usr/lib/node_modules/require-globify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall require-globify
| Package Name | require-globify |
| Version | 1.4.1 |
| Description | transform for browserify, which allows to require files with globbing expressions |
| Released Date | 2016-08-11T04:02:41.979Z |
| Published by | capaj |
| How to Learn | https://www.npmjs.com/package/require-globify/tutorial |