koa-morgan : HTTP request logger middleware for koa. You can installing koa-morgan 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 koa-morgan $ sudo npm install -g koa-morgan
If want to update the koa-morgan package execute the command as below,
$ sudo npm update koa-morgan
Update package globally,
$ npm install -g koa-morgan
$ sudo git clone https://github.com/rektide/koa-morgan.git
$ sudo npm install -g ./koa-morgan
koa-morgan@1.0.1 /usr/lib/node_modules/koa-morgan
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-morgan
Package Name | koa-morgan |
Version | 1.0.1 |
Description | HTTP request logger middleware for koa |
Released Date | 2015-12-25T08:43:07.527Z |
Published by | fundon |
How to Learn | https://www.npmjs.com/package/koa-morgan/tutorial |