-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 4.0.0, 3.6.9
-
Component/s: None
-
Empty show more show less
-
Not Needed
Importing the mongo client like so, results in a TypeError.
const {MongoClient} = require('./lib/mongo_client') Uncaught TypeError: Class extends value undefined is not a constructor or null at Object.<anonymous> (/Users/neal/code/drivers/js/driver-v4/lib/operations/run_command.js:7:45) at Module._compile (internal/modules/cjs/loader.js:1068:30)
- duplicates
-
NODE-2899 Organize imports and introduce tooling to keep sorted to avoid circular dependency issues
- Closed