loglevel : Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods. You can installing loglevel 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 loglevel $ sudo npm install -g loglevel
If want to update the loglevel package execute the command as below,
$ sudo npm update loglevel
Update package globally,
$ npm install -g loglevel
$ sudo git clone https://github.com/rektide/loglevel.git
$ sudo npm install -g ./loglevel
loglevel@1.6.0 /usr/lib/node_modules/loglevel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall loglevel
Package Name | loglevel |
Version | 1.6.0 |
Description | Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods |
Released Date | 2017-11-13T22:39:30.778Z |
Published by | pimterry |
How to Learn | https://www.npmjs.com/package/loglevel/tutorial |