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
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.
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
The text was updated successfully, but these errors were encountered:
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
tov5.0.0
introduced this error as it incremented my version oftypeorm
inpackage-lock.json
fromv0.3.10
tov.0.3.12
to introduce this error exclusively on Windows. I validated by updating the version oftypeorm
(and notnestjs-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#9768The text was updated successfully, but these errors were encountered: