Closed mateusbarros92 closed 3 years ago
It looks like you updated typegoose
to a higher version, for which you needed to upgrade mongoose
as well. (https://typegoose.github.io/typegoose/docs/guides/error-warnings-details#mongoose-version-e001)
The easiest solution would be to downgrade typegoose
back to the version that comes with this package. This should fix the type issues that you're having.
If you really need the higher typegoose
version, you can try to fix the issues and submit a pull request with the fixes and dependency upgrades.
Mongoose is forcing me to update its version (See the screenshot)
I updated the mongoose version and i had a type error with this lib
This error don't extends mongoose types and show me errors when i try to use mongoose functions
Can you fix it?