Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency on typeorm v0.3.12 causing EntityMetaDataNotFound error in Windows #568

Closed
OutsideNerd opened this issue Mar 28, 2023 · 1 comment

Comments

@OutsideNerd
Copy link

The package dependency on [email protected] is causing me to get the following error on Windows: EntityMetadataNotFoundError: No metadata for "User" was found.

updating from v4.2.2 to v5.0.0 introduced this error as it incremented my version of typeorm in package-lock.json from v0.3.10 to v.0.3.12 to introduce this error exclusively on Windows. I validated by updating the version of typeorm (and not nestjs-paginate and saw it on WIndows slice, but not MacOS.

Other users have reported similar problems with [email protected]:
typeorm/typeorm#9860
typeorm/typeorm#9766

Downgrading to v0.3.11 eliminates this issue. There is also a merged commit for a potential fix, but this has not been released as a patch version yet: typeorm/typeorm#9768

@ppetzold
Copy link
Owner

fixws with v8.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants