-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.0.0
-
Component/s: Shell
-
None
Hello!
I have in my package.json
"mongodb": "github:mongodb/node-mongodb-native#master",
But when I try to compile our typescript I get
node_modules/mongodb/mongodb.d.ts(3,29): error TS7016: Could not find a declaration file for module 'bl'. '/Users/anna/mongosh/packages/service-provider-core/node_modules/bl/bl.js' implicitly has an 'any' type. Try `npm install @types/bl` if it exists or add a new declaration (.d.ts) file containing `declare module 'bl';`
Installing types/bl manually does fix the issue
- is depended on by
-
MONGOSH-467 Update driver to 4.0
- Closed