This repository was archived by the owner on May 8, 2025. It is now read-only.
This repository was archived by the owner on May 8, 2025. It is now read-only.
[Bug Report] Warning with vite@latest (ViteJS 3.0) #328
Open
Description
Environment
Vuetify Version: 3.0.0-beta.5
Vue Version: 3.2.37
Browsers: Other
OS: Windows, Mac OSX, Linux
Steps to reproduce
Create a new ViteJS project with:
npm create vite@latest
and then add vuetify with:
vue add vuetify
Expected Behavior
No warnings
Actual Behavior
WARN conflicting versions for project dependency "@vitejs/plugin-vue":
- ^3.0.0 injected by generator "undefined"
- ^2.0.0 injected by generator "vue-cli-plugin-vuetify"