Error: Cannot find module './drivers/node-mongodb-native/connection'
See original GitHub issueWhen using mongoose , as in just doing something like import mongoose from 'mongoose'
I get this error: Error: Cannot find module './drivers/node-mongodb-native/connection'
. It gets fixed if I remove the plugin so I am pretty sure this is causing it.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:19
Top Results From Across the Web
Issues - GitHub
drivers/node-mongodb-native/connection' using Parcel #9603 ... The runtime environment can't find this module because it's never bundled.
Read more >2 - Stack Overflow
drivers/node-mongodb-native/connection'", "stack": [ "Runtime.ImportModuleError: Error: Cannot find module '.
Read more >cannot find module [Node npm Error Solved] - freeCodeCamp
In my case, I got it like this "Module not found: Error: Can't resolve 'react-icons/fa' in 'C:\Users\user\Desktop\Projects\Address Locator\ ...
Read more >ServiceNow Community servicenow community
I am trying to setup the CLI for component development and get the infamous error "keytar module" not found. Can someone tell me...
Read more >I have an error it says: Error: Cannot find module '.env'
Error : Cannot find module '.env' Require stack: C:\Users\User\Desktop\mongoDB\mflix-js\index.js at Function.Module.
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 Free
Top 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
great @anantkas-zerone , I’m locked with this version… in the future I will try to upgrade.
That’s odd. Which version of mongoose are you using? I’m using
5.2.5
.