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
$ sudo git clone https://github.com/rektide/debug.git
$ sudo npm install -g ./debug
debug@3.1.0 /usr/lib/node_modules/debug
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall debug
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 |