How to Install micromatch NPM Packages on Ubuntu / Debian

How to Install micromatch software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/micromatch.git
$ sudo  npm install -g ./micromatch

micromatch@3.1.4 /usr/lib/node_modules/micromatch

How to remove micromatch package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall micromatch

Basic Information of micromatch NPM Package:

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