egg-logger : egg logger. You can installing egg-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 egg-logger $ sudo npm install -g egg-logger
If want to update the egg-logger package execute the command as below,
$ sudo npm update egg-logger
Update package globally,
$ npm install -g egg-logger
$ sudo git clone https://github.com/rektide/egg-logger.git
$ sudo npm install -g ./egg-logger
egg-logger@1.6.0 /usr/lib/node_modules/egg-logger
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall egg-logger
Package Name | egg-logger |
Version | 1.6.0 |
Description | egg logger |
Released Date | 2017-04-28T03:07:48.068Z |
Published by | dead_horse |
How to Learn | https://www.npmjs.com/package/egg-logger/tutorial |