-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
module resolution issue in vue3 #6046
Comments
Hey, thanks for reporting this error, will look into this later today and keep you updated |
Thanks :) |
Went digging into the errors and found this file, which our resolver stumbles on as it thinks it's a json file: https://unpkg.com/browse/vue-instantsearch@4.0.0-beta.1/dist/vue3/es/package.json.js Opened a PR with a fix: #6050 |
@DeMoorJasper thanks, it works fine! |
This was referenced Dec 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 bug report
Preflight Checklist
adheres to.
to file, without success.
Description of the problem
My sandbox fails to run with "ModuleNotFoundError".
When I download the sandbox as zip, it works locally.
How has this issue affected you? What are you trying to accomplish?
It should successfully resolve the module and run.
To Reproduce
Visit the sandbox, and you will see the error right away.
Link to sandbox: link
Your Environment
The text was updated successfully, but these errors were encountered: