micromatch : Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.. You can installing micromatch 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 micromatch $ sudo npm install -g micromatch
If want to update the micromatch package execute the command as below,
$ sudo npm update micromatch
Update package globally,
$ npm install -g micromatch
$ sudo git clone https://github.com/rektide/micromatch.git
$ sudo npm install -g ./micromatch
micromatch@3.1.4 /usr/lib/node_modules/micromatch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall micromatch
Package Name | micromatch |
Version | 3.1.4 |
Description | Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. |
Released Date | 2017-10-30T08:19:54.431Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/micromatch/tutorial |