Closed psalmistcom closed 1 year ago
+1
node version: 18.17.1
@psalmistcom I've searched in the other issues and found @tahaipek's solution in #148 and it worked for me:
add it in your vite.config.js
optimizeDeps: {
include: [
"@fawmi/vue-google-maps",
"fast-deep-equal",
],
},
@will-lucena thanks for your response. I've actually done this and still not work.
I have to downgrade my Vue app and the package. Then delete the node_modules and reinstall it before it works.
The requested module '/node_modules/fast-deep-equal/index.js?v=848aeb3e' does not provide an export named 'default'