-
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
Uncaught SyntaxError: The requested module '/node_modules/fast-deep-equal/index.js?v=b4f8fdde' does not provide an export named 'default' (at index.esm.js?v=b4f8fdde:1:8) #148
Comments
this occured with the new version, try to downgrade the version and it will works |
Can you try again by adding the following lines in "vite.config.js"?
|
ehy is this closed? is this solved? |
Observing the same issue (a bit different |
For the Quasar v2 the following solution works: |
This worked! |
|
This worked for me |
why it didn't work for me ? This is my vite.vonfig.js // https://vitejs.dev/config/ and this is my main.js //import store vuex const app = createApp(App) app.config.globalProperties.$filters = { app.use(router) |
I don't know if you figured it out, but for anyone else reading this, for me it worked when adding it in
|
As soon as I add
import VueGoogleMaps from '@fawmi/vue-google-maps'
in the main.js file, an error is shown and the app breaks.I already tried to remove and read the npm package. No success.
The text was updated successfully, but these errors were encountered: