vue-cli-plugins icon indicating copy to clipboard operation
vue-cli-plugins copied to clipboard

[Bug Report] Warning with vite@latest (ViteJS 3.0)

Open TheAwesomeKoeniq opened this issue 3 years ago • 0 comments

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"

TheAwesomeKoeniq avatar Jul 14 '22 00:07 TheAwesomeKoeniq