koa-router : Router middleware for koa. Provides RESTful resource routing.. You can installing koa-router 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-router $ sudo npm install -g koa-router
If want to update the koa-router package execute the command as below,
$ sudo npm update koa-router
Update package globally,
$ npm install -g koa-router
$ sudo git clone https://github.com/rektide/koa-router.git
$ sudo npm install -g ./koa-router
koa-router@7.3.0 /usr/lib/node_modules/koa-router
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-router
Package Name | koa-router |
Version | 7.3.0 |
Description | Router middleware for koa. Provides RESTful resource routing. |
Released Date | 2017-11-13T04:05:02.841Z |
Published by | jbielick |
How to Learn | https://www.npmjs.com/package/koa-router/tutorial |