How to Install debug-logger NPM Packages on Ubuntu / Debian

How to Install debug-logger software package in NPM Packages

debug-logger : A wrapper for visionmedia/debug logger, adding levels and colored output. You can installing debug-logger 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 debug-logger
$ sudo npm install -g debug-logger

If want to update the debug-logger package execute the command as below,

$ sudo npm update debug-logger

Update package globally,

$ npm install -g debug-logger

Git clone:

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

debug-logger@0.4.1 /usr/lib/node_modules/debug-logger

How to remove debug-logger package :

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

$ sudo npm uninstall debug-logger

Basic Information of debug-logger NPM Package:

Package Name debug-logger
Version 0.4.1
Description A wrapper for visionmedia/debug logger, adding levels and colored output
Released Date 2015-03-13T16:47:09.259Z
Published by appscot
How to Learn https://www.npmjs.com/package/debug-logger/tutorial