glob-expand : A sync glob / minimatch / RegExp function with a gruntjs -like `expand` of patterns, with minimum depepndencies. Derived from gruntjss v0.4.1 `file.expand`. You can installing glob-expand 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-expand $ sudo npm install -g glob-expand
If want to update the glob-expand package execute the command as below,
$ sudo npm update glob-expand
Update package globally,
$ npm install -g glob-expand
$ sudo git clone https://github.com/rektide/glob-expand.git
$ sudo npm install -g ./glob-expand
glob-expand@0.2.1 /usr/lib/node_modules/glob-expand
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall glob-expand
Package Name | glob-expand |
Version | 0.2.1 |
Description | A sync glob / minimatch / RegExp function with a gruntjs -like `expand` of patterns, with minimum depepndencies. Derived from gruntjss v0.4.1 `file.expand` |
Released Date | 2016-09-02T00:37:01.427Z |
Published by | anodynos |
How to Learn | https://www.npmjs.com/package/glob-expand/tutorial |