-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: MongoError circular dependency #2734
Conversation
Bugfix for: "Accessing non-existent property 'MongoError' of module exports inside circular dependency" Related to https://developer.mongodb.com/community/forums/t/warning-accessing-non-existent-property-mongoerror-of-module-exports-inside-circular-dependency/15411
@xkmgt Thanks so much for helping us out with this, testing locally looks like we need to make this same change in |
@nbbeeken you are right. These files require
Changing the path in It's running now for some hours in a productive project without any errors. I am happy with it ;-) |
When can you release a new version containing this? |
Can be opened up again after release of version 3.6.6 mongodb/node-mongodb-native#2734
Bugfix for: "Accessing non-existent property 'MongoError' of module exports inside circular dependency"
Related to https://developer.mongodb.com/community/forums/t/warning-accessing-non-existent-property-mongoerror-of-module-exports-inside-circular-dependency/15411
Description
What changed?
Are there any files to ignore?