You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mannes-paqt Downgrading the "reflect-metadata" version in your package.json file might resolve this issue.
"reflect-metadata": "^0.1.13",
I am also facing the same issue and it needs to be fixed by the maintainers for this repository as they have fixed the peerDependcies like below. [Refer]
Is there an existing issue for this?
Current behavior
When I follow instructions to add this library to a nest application i get the following error from npm
Minimum reproduction code
no code created
Steps to reproduce
nest new sequelize-test
npm i --save @nestjs/sequelize sequelize-typescript sequelize
in new project dirExpected behavior
Should install sequelize and dependencies without error
Package version
latest (10.0.0?)
NestJS version
10.3.2
Node.js version
v18.16.0
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: