Skip to content
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

node 14 circular dependency with mongodb driver #306

Open
MaxDesplanches opened this issue May 13, 2020 · 2 comments
Open

node 14 circular dependency with mongodb driver #306

MaxDesplanches opened this issue May 13, 2020 · 2 comments

Comments

@MaxDesplanches
Copy link

MaxDesplanches commented May 13, 2020

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 !

@thardy
Copy link

thardy commented Jul 14, 2020

@eladnava
Copy link

In the meantime, I was able to upgrade Monk's mongodb dependency by adding the overrides property to my package.json:

"overrides": {
    "monk": {
      "mongodb": "~3.5.7"
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants