fawmi / vue-google-maps

Reactive Vue 3 components for Google maps
https://vue-map.netlify.app
MIT License
196 stars 103 forks source link

Error with Nuxt3: does not provide an export named 'default' #164

Open mcamprodon opened 2 years ago

mcamprodon commented 2 years ago

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?

kadirgun commented 2 years ago

i am getting same error.

dmeehan1968 commented 1 year ago

See here: https://github.com/fawmi/vue-google-maps/issues/157#issuecomment-1272250481

PatrikBird commented 1 year ago

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",
NathanAP commented 1 year ago

Hello everyone!

Not sure if you know, but this library is not being maintained anymore.

Please read this discussion in my fork :)

https://github.com/NathanAP/vue-google-maps-community-fork/discussions/1

We didn't solve this problem, but as soon as we can do something about it, we will do in this fork.