Tried to create a brand new project against the following versions:
But get a compile error when trying to start up -- cannot find getQueryInterface() method. I ran into this with an older project as well, and downgrading sequelize to 5.22.3 made it work (but of course gives up on the later changes in sequelize itself).
Is there any way to get this to work? I see there were some previous commits that dealt with some issues for sequelize 6, but this one is a blocker for me.
I think 1.1.0 is only compatible with sequelize 5
What about
npm install --save sequelize-typescript@next
to install v2 beta
[email protected] has been released! :smile:
Most helpful comment
I think 1.1.0 is only compatible with sequelize 5
What about
npm install --save sequelize-typescript@nextto install v2 beta