-
Hi all! At the latest version I started getting tons of errors on build like mongodb has no exported member... Only working version is 10.19, the only that doesn't use @types/mongodb as a dependency. Do you have any solution? Also, when providing connectOptions, sslCA is not suppoted as buffer anymore, I inspected the file with declaration and the only type is the string? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please open an issue and follow the issue template. It looks like you might have mixed versions of Mongoose and MongoDB. |
Beta Was this translation helpful? Give feedback.
-
This seems like |
Beta Was this translation helpful? Give feedback.
This seems like
mongodb
/@types/mongodb
4.x is installed, try downgrading & pinning to3.6.x