Details
-
Bug
-
Resolution: Gone away
-
Unknown
-
None
-
None
-
None
-
None
Description
When using node package "mongodb-client-encryption": "^6.0.0", I get errors with the package:
make: Entering directory '/app/node_modules/mongodb-client-encryption/build'
CXX(target) Release/obj.target/mongocrypt/addon/mongocrypt.o
In file included from ../addon/mongocrypt.cc:1:
../addon/mongocrypt.h:16:10: fatal error: mongocrypt/mongocrypt.h: No such file or directory
16 | #include <mongocrypt/mongocrypt.h>
even though the file does exist in node_modules in the addon directory.
I am running Docker node:19.9 image in Ubuntu through WSL on Windows 11
Using the following packages:
"mongodb": "^6.0.0",
"mongodb-client-encryption": "^6.0.0",