How to Install node-glob NPM Packages on Ubuntu / Debian

How to Install node-glob software package in NPM Packages

node-glob : Find files. You can installing node-glob 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 node-glob
$ sudo npm install -g node-glob

If want to update the node-glob package execute the command as below,

$ sudo npm update node-glob

Update package globally,

$ npm install -g node-glob

Git clone:

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

node-glob@1.2.0 /usr/lib/node_modules/node-glob

How to remove node-glob package :

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

$ sudo npm uninstall node-glob

Basic Information of node-glob NPM Package:

Package Name node-glob
Version 1.2.0
Description Find files
Released Date 2016-03-09T09:11:20.720Z
Published by crafity
How to Learn https://www.npmjs.com/package/node-glob/tutorial