-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax Error. The requested module '....' does not provide an export named 'default #33
Comments
somone else reported this error too, i'm looking into it, will let you know :D |
I think I'm also getting something similar to this issue. I'm using Version |
I am using vanilla Solid with no meta-frameworks and also still facing the same issue. |
It's was not really a good idea to update major dependency version on a patch version :-( |
Seems like the issue is with one of the dependencies I bumped. I reverted the version upgrades for now in Haven't found a fix for the import issue yet, but I'll update to |
I solved this by updating my vite config: optimizeDeps: {
include: ["micromark", "unified"]
} |
Cool thx I'll try it out in the next few days and report back if it worked out for me as well. thx all for providing helpfull information on this issue! |
I don't know what's going on, but on a solid start project of mine, since 2.0.2, I get the following error:
The requested module '/_build/node_modules/.pnpm/[email protected]/node_modules/debug/src/browser.js?v=d23bb9d6' does not provide an export named 'default'
If you need more information about the repo, please let me know and I'll try to help. With 2.0.1 everything still works fine.
This is my package.json
The text was updated successfully, but these errors were encountered: