Closed gpspake closed 5 years ago
I am also running into the same issue. :(
@mike-north - any ideas? I imagine there are some dependencies out of date that are causing issues but haven't been able to track down which need updating.
Pretty sure this is the culprit: https://github.com/db-migrate/plugin-typescript/issues
https://github.com/winstonjs/winston/issues/1101 npm i winston@next --save DB_TYPE=pg npm run watch The issue is resovled after updating the winston.
Latest release should have no typescript errors
Using OS X If I run
yarn watch
I get a bunch of typescript errors but the app runs successfully and I can access it athttp://localhost:3000
If I runyarn watch:debug
the app blows up with the same errors. I'm going to continue with the course usingyarn watch
but I'd like to clear these up if possible :)This happens regardless of the db I use or whether I use
npm run
vsyarn
npm run watch
(app runs with errors)npm run watch:debug
(app blows up)using postgres