-
Notifications
You must be signed in to change notification settings - Fork 398
Closed
Labels
Description
koa-router
package has been renamed to @koa/router
. However, using the latter fails with:
koa-router package was not found installed. Try to install it
The issue is, because routing-controllers
uses the old import:
https://github.com/Keyj1n/routing-controllers/blob/master/src/driver/koa/KoaDriver.ts#L394
I think this logic should be refactored to simply allow passing a custom koa-router
instance to routing-controllers
.
What do you think?