We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone,
Mongodb has new issue (fixed since one week) since node 14.
https://jira.mongodb.org/browse/NODE-2536 https://github.com/mongodb/node-mongodb-native/releases
The bug is fixed since mongodb 3.5.7 version, it is possible to update it in your package json ?
It cause problem on pipeline on our CI :(
Thanks you !
The text was updated successfully, but these errors were encountered:
I'm having issues with these warnings as well. Here's where I read about it - https://developer.mongodb.com/community/forums/t/warning-accessing-non-existent-property-count-of-module-exports-inside-circular-dependency/3183,
Sorry, something went wrong.
In the meantime, I was able to upgrade Monk's mongodb dependency by adding the overrides property to my package.json:
mongodb
overrides
package.json
"overrides": { "monk": { "mongodb": "~3.5.7" } }
No branches or pull requests
Hello everyone,
Mongodb has new issue (fixed since one week) since node 14.
https://jira.mongodb.org/browse/NODE-2536
https://github.com/mongodb/node-mongodb-native/releases
The bug is fixed since mongodb 3.5.7 version, it is possible to update it in your package json ?
It cause problem on pipeline on our CI :(
Thanks you !
The text was updated successfully, but these errors were encountered: