extglob : Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.. You can installing extglob 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 extglob $ sudo npm install -g extglob
If want to update the extglob package execute the command as below,
$ sudo npm update extglob
Update package globally,
$ npm install -g extglob
$ sudo git clone https://github.com/rektide/extglob.git
$ sudo npm install -g ./extglob
extglob@2.0.2 /usr/lib/node_modules/extglob
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall extglob
Package Name | extglob |
Version | 2.0.2 |
Description | Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns. |
Released Date | 2017-09-11T04:18:44.503Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/extglob/tutorial |