pleerock/routing-controllers-koa-demo

Running `tsc` failed

Closed this issue · 3 comments

blai commented

Following readme, and failed at step 2 tsc, it has the following error

node_modules/routing-controllers/middleware/ErrorMiddlewareInterface.d.ts(1,49): error TS2307: Cannot find module 'http'.

blai commented

BTW,

❯ tsc -v
Version 1.8.10

is it the only error you have? try to install latest version, I have updated routing-controllers version

blai commented

Perfect, works now. Thanks.