How to Install deglob NPM Packages on Ubuntu / Debian

How to Install deglob software package in NPM Packages

deglob : Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.. You can installing deglob 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 deglob
$ sudo npm install -g deglob

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

$ sudo npm update deglob

Update package globally,

$ npm install -g deglob

Git clone:

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

deglob@2.1.0 /usr/lib/node_modules/deglob

How to remove deglob package :

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

$ sudo npm uninstall deglob

Basic Information of deglob NPM Package:

Package Name deglob
Version 2.1.0
Description Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.
Released Date 2016-11-22T23:31:21.906Z
Published by feross
How to Learn https://www.npmjs.com/package/deglob/tutorial