1

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.
Zero Pancakes
  • 276
  • 2
  • 12
Santosh Madar
  • 11
  • 1
  • 2
  • 1
    Does this answer your question? [Cannot connect to MongoDB because of wrong URI](https://stackoverflow.com/questions/66049860/cannot-connect-to-mongodb-because-of-wrong-uri) – Haniel Baez Feb 13 '21 at 20:51

1 Answers1

2

You can just ignore this warning for now, look at this answer by Lauren_Schaefer which is a MongoDB Employee.

enter image description here

Link for the answer from the mongoDB developers community is here:

https://developer.mongodb.com/community/forums/t/warning-accessing-non-existent-property-mongoerror-of-module-exports-inside-circular-dependency/15411/6

Salem
  • 119
  • 1
  • 11