How to Install debug NPM Packages on Ubuntu / Debian

How to Install debug software package in NPM Packages

debug : small debugging utility. You can installing debug 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
$ sudo npm install -g debug

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

$ sudo npm update debug

Update package globally,

$ npm install -g debug

Git clone:

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

debug@3.1.0 /usr/lib/node_modules/debug

How to remove debug package :

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

$ sudo npm uninstall debug

Basic Information of debug NPM Package:

Package Name debug
Version 3.1.0
Description small debugging utility
Released Date 2017-09-26T19:13:51.492Z
Published by tootallnate
How to Learn https://www.npmjs.com/package/debug/tutorial