lukeautry / tsoa-example

An example of tsoa usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doesn't build?

njs50 opened this issue · comments

after npm install on a fresh clone trying to npm run build fails during both swagger-gen and routes-gen with:

Error: Error generate parameter method: 'AccountsController.current' argument: someFlag Error: Parameter 'someFlag' can't macth in path: '/Current'

I tried updating the deps in package.json and that just ended up with me having a type conflict between the Account model and an Account type in node_modules someplace

commented

Fixed in #4