You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the good work you guys are providing. I am running across a small issue. At the moment I am working on a project that needs dependencies on testing mongodb using jest. We recently upgraded our altas cluster from mongo 5 to 7. And using that, we are currently using a node project to automate SearchIndexes creations. Which is only available in the [email protected] @ [email protected] packages :
Here is the build error log
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: [email protected]
npm ERR! node_modules/mongodb
npm ERR! mongodb@"^6.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer mongodb@"3.x.x || 4.x || 5.x" from @shelf/[email protected]
npm ERR! node_modules/@shelf/jest-mongodb
npm ERR! dev @shelf/jest-mongodb@"^4.1.7" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Is there a plan on upgrading dependencies to handle mongodb client 6+ on node ?
Hi guys,
Thank you for the good work you guys are providing. I am running across a small issue. At the moment I am working on a project that needs dependencies on testing mongodb using jest. We recently upgraded our altas cluster from mongo 5 to 7. And using that, we are currently using a node project to automate SearchIndexes creations. Which is only available in the [email protected] @ [email protected] packages :
Here is the build error log
Is there a plan on upgrading dependencies to handle mongodb client 6+ on node ?
Here's the functionality :
https://github.com/mongodb/node-mongodb-native/tree/v6.1.0/src/operations/search_indexes
I know the package came out really early, but I'm kinda stuck with it atm.
Thanks for the reply !
Denis.
The text was updated successfully, but these errors were encountered: