Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency #9966
Labels
needs repro script
Maybe a bug, but no repro script. The issue reporter should create a script that demos the issue
Do you want to request a feature or report a bug?
What is the current behavior?
After upgrade to mongoose 5.11.18 I'm getting a warning:
"(node:16924) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
(Use
node --trace-warnings ...
to show where the warning was created)"If the current behavior is a bug, please provide the steps to reproduce.
Upgrade to mongoose 5.11.18 and try to use it.
What is the expected behavior?
What are the versions of Node.js, Mongoose and MongoDB you are using? Note that "latest" is not a version.
Using Node v14.15.5, mongoose 5.11.18
The text was updated successfully, but these errors were encountered: