작성
·
1.1K
0
(node:10348) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
Example app listening on port 5000!
(node:10348) DeprecationWarning: Listening to events on the Db class has been deprecated and will be removed in the next major version.
MongoDB Connected...
번역해서 보면 경고라고는 하는데 왜뜨는지 궁금해서 질문합니다
답변 1
0
저도 같은 경고가 떠서 궁금해서 찾아봤는데 버전 때문인 것 같아요!
몇몇 사람들은 mongoose를 5.11.15로 다운그레이드해서 해결했다고 해요.
https://github.com/Automattic/mongoose/issues/9900
mongoDB측에서는 무시해도 될 경고라고 커멘트 남겼길래 저도 그냥 무시하고 넘어갔습니다.
https://developer.mongodb.com/community/forums/t/warning-accessing-non-existent-property-mongoerror-of-module-exports-inside-circular-dependency/15411