Reputation: 11
What is meant by this?
(node:52213) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:52213) DeprecationWarning: Listening to events on the Db class has been deprecated and will be removed in the next major version.
Upvotes: 1
Views: 3690
Reputation: 129
You can just ignore this warning for now, look at this answer by Lauren_Schaefer which is a MongoDB Employee.
Link for the answer from the mongoDB developers community is here:
Upvotes: 2