You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing this warning on startup when using [email protected] in the bedrock-kms-http test suite.
This may be the new normal. The stack trace would seem to indicate that it has nothing to do with Bedrock code.
(node:233827) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:650:11)
at Object.get (internal/modules/cjs/loader.js:664:5)
at Object.<anonymous> (/home/matt/bedrock-dev/bedrock-kms-http/test/node_modules/mongodb/lib/operations/operation.js:4:38)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/home/matt/bedrock-dev/bedrock-kms-http/test/node_modules/mongodb/lib/operations/execute_operation.js:4:16)
The text was updated successfully, but these errors were encountered:
I'm seeing this warning on startup when using [email protected] in the bedrock-kms-http test suite.
This may be the new normal. The stack trace would seem to indicate that it has nothing to do with Bedrock code.
The text was updated successfully, but these errors were encountered: