|
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? |
Answered by
hasezoey
Aug 23, 2021
Replies: 2 comments
|
Please open an issue and follow the issue template. It looks like you might have mixed versions of Mongoose and MongoDB. |
0 replies
|
This seems like |
0 replies
Answer selected by
Uzlopak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This seems like
mongodb/@types/mongodb4.x is installed, try downgrading & pinning to3.6.x