Open ademtonay opened 6 months ago
same error here.
I solved the issue by downgrade vite packages from:
"vite": "^5.2.11",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.1.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.9.4",
"vite-ssg": "^0.23.7",
"vite-ssg-sitemap": "^0.6.1",
"vitest": "^1.6.0",
to:
"vite": "5.0.3",
"vite-bundle-visualizer": "0.11.0",
"vite-plugin-inspect": "0.7.42",
"vite-plugin-pwa": "0.17.2",
"vite-plugin-vue-devtools": "1.0.0-rc.5",
"vite-plugin-vue-layouts": "0.8.0",
"vite-plugin-webfont-dl": "3.9.1",
"vite-ssg": "0.23.5",
"vite-ssg-sitemap": "0.6.1",
"vitest": "1.0.0-beta.6"
Note: It's just a workaround
Thank you so much it worked! @ademtonay
I am running into the same issue except downgrading packages is not fixing it for me.
I also encountered the same problem, my vite version is 5.3.1。
I solved the problem for me by downgrading "vue3-carousel" (from 0.3.3) by adding the following dependency:
"vue3-carousel": "0.3.1"
Hey @muckch , I'm gonna try this too thanks.
Describe the bug
I'm using vue3-carousel in my project and getting following error while building with
build
script.Reproduction
none
System Info
Used Package Manager
pnpm
Validations
Contributions