-
Type: Bug
-
Resolution: Community Answered
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: BSON
What problem are you facing?
The BSON module compiles with the unexpected token ??= because of the line 267 in the file binary.ts of the bson module.
What driver and relevant dependency versions are you using?
I am not using any MongoDB driver or relevant dependency versions, although I am using the most recent version of the Mongoose driver (which depends on mongodb@6.2.0).
Steps to reproduce?
Install the latest version of the Mongoose Driver, then build the project and run it on a remote server.