How to Install minimatch NPM Packages on Ubuntu / Debian

How to Install minimatch software package in NPM Packages

minimatch : a glob matcher in javascript. You can installing minimatch 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 minimatch
$ sudo npm install -g minimatch

If want to update the minimatch package execute the command as below,

$ sudo npm update minimatch

Update package globally,

$ npm install -g minimatch

Git clone:

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

minimatch@3.0.4 /usr/lib/node_modules/minimatch

How to remove minimatch package :

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

$ sudo npm uninstall minimatch

Basic Information of minimatch NPM Package:

Package Name minimatch
Version 3.0.4
Description a glob matcher in javascript
Released Date 2017-05-07T18:11:10.900Z
Published by isaacs
How to Learn https://www.npmjs.com/package/minimatch/tutorial