Error when i use mongo with the build
See original GitHub issueI’m trying to deploy simple api (deno - opine - mongo), I get
error: Uncaught ReferenceError: default is not defined
const handler = mod.default;
^
at dev-server.ts:12:21
when i use mongo module from https://deno.land/x/mongo@v0.12.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:11
Top Results From Across the Web
Build from source error in MongoDB v4.4
Hi, I would like to port some changes that I developed for MongoDB v4.2 to v4.4, however I'm not able to build the...
Read more >How to catch the error when inserting a MongoDB document ...
Yes, but this is the common case: "try to save a user" and if there is an error you think that the user...
Read more >Working with MongoDB in Visual Studio Code
With the MongoDB for VS Code extension, you can create, manage, and query MongoDB ... In the extension's settings, you can choose which...
Read more >Troubleshoot common errors in Azure Cosmos DB's API for ...
Code Error Description
13 Unauthorized The request lacks the permissions to complete.
67 CannotCreateIndex The request to create an index can't be completed.
115 CommandNotSupported The...
Read more >mongo/building.md at master · mongodb/mongo - GitHub
Note: On memory-constrained systems, you may run into an error such as g++: fatal error: Killed signal terminated program cc1plus . To use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for that. I’ve distilled the issue down to a bug in deno. See https://github.com/denoland/deno/issues/7649.
Btw the issue with using
DEBUG
has been resolved.