-
Notifications
You must be signed in to change notification settings - Fork 103
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
Error with Nuxt3: does not provide an export named 'default' #164
Comments
i am getting same error. |
See here: #157 (comment) |
Getting the same error with version 0.9.79 ...it works with version 0.9.72 though. Try pinning the version in your package.json, like: "@fawmi/vue-google-maps": "0.9.72", |
Hello everyone! Not sure if you know, but this library is not being maintained anymore. Please read this discussion in my fork :) We didn't solve this problem, but as soon as we can do something about it, we will do in this fork. |
With Nuxt3 installing the plugin like this: https://github.com/fawmi/vue-google-maps#nuxt-3-usage
I get this error:
The requested module '/_nuxt/node_modules/fast-deep-equal/index.js?v=53c762e2' does not provide an export named 'default'
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: