debuglog : backport of util.debuglog from node v0.11. You can installing debuglog 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 debuglog $ sudo npm install -g debuglog
If want to update the debuglog package execute the command as below,
$ sudo npm update debuglog
Update package globally,
$ npm install -g debuglog
$ sudo git clone https://github.com/rektide/debuglog.git
$ sudo npm install -g ./debuglog
debuglog@1.0.1 /usr/lib/node_modules/debuglog
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall debuglog
Package Name | debuglog |
Version | 1.0.1 |
Description | backport of util.debuglog from node v0.11 |
Released Date | 2014-03-05T18:14:59.972Z |
Published by | octet |
How to Learn | https://www.npmjs.com/package/debuglog/tutorial |