multimatch : Extends minimatch.match() with support for multiple patterns. You can installing multimatch 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 multimatch $ sudo npm install -g multimatch
If want to update the multimatch package execute the command as below,
$ sudo npm update multimatch
Update package globally,
$ npm install -g multimatch
$ sudo git clone https://github.com/rektide/multimatch.git
$ sudo npm install -g ./multimatch
multimatch@2.1.0 /usr/lib/node_modules/multimatch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall multimatch
Package Name | multimatch |
Version | 2.1.0 |
Description | Extends minimatch.match() with support for multiple patterns |
Released Date | 2015-11-14T13:52:12.829Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/multimatch/tutorial |