当我试图从他们的网站上使用 3.2.0示例时,我得到了错误消息router.routes is not a functionconst router= require('koa-route');
app.use(logger());
router.get('/users', (ctx, next)at startup (bootstrap_node
我正在使用koa和Typescript。我还使用了koa中间件koa-static和koa-bodyparser。我安装了类型定义包@types/koa、@types/koa-bodyparser和@types/koa-static。当我运行tsc时,我得到以下错误:
ERROR in [default] ./node_modules/@types/koa-bodyparser/in