You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Using newer version (^3.0.0), but this may cause build errors.
WARN conflicting versions for project dependency "vite":
- ^3.0.0 injected by generator "undefined"
- ^2.0.0 injected by generator "vue-cli-plugin-vuetify"
Using newer version (^3.0.0), but this may cause build errors.
Error on npm usage afterwards:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/vite-plugin-vuetify
npm ERR! dev vite-plugin-vuetify@"^1.0.0-alpha.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional vite-plugin-vuetify@"1.0.0-alpha.12" from [email protected]
npm ERR! node_modules/vuetify
npm ERR! vuetify@"^3.0.0-beta.0" from the root project
npm ERR! peer vuetify@"^3.0.0-beta.4" from @vuetify/[email protected]
npm ERR! node_modules/@vuetify/loader-shared
npm ERR! @vuetify/loader-shared@"^1.5.1" from [email protected]
npm ERR! node_modules/vite-plugin-vuetify
npm ERR! dev vite-plugin-vuetify@"^1.0.0-alpha.0" from the root project
npm ERR! 1 more (vite-plugin-vuetify)
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/vite
npm ERR! peer vite@"^2.7.0" from [email protected]
npm ERR! node_modules/vite-plugin-vuetify
npm ERR! peerOptional vite-plugin-vuetify@"1.0.0-alpha.12" from [email protected]
npm ERR! node_modules/vuetify
npm ERR! vuetify@"^3.0.0-beta.0" from the root project
npm ERR! 2 more (@vuetify/loader-shared, vite-plugin-vuetify)
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/colearendt/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/colearendt/.npm/_logs/2022-07-29T01_34_36_087Z-debug-0.log
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.0.0-beta.5
Last working version: 3.0.0-beta.5
Vue Version: 3.2.37
Browsers: Chrome 102.0.5005.61
OS: Mac OS 10.15.7
Steps to reproduce
Follow the directions https://next.vuetifyjs.com/en/getting-started/installation/
Expected Behavior
No version conflict
Actual Behavior
npm requires
--legacy-peer-deps
flag to functionReproduction Link
https://github.com/colearendt/js-issue-20220728
Other comments
Warning:
Error on
npm
usage afterwards:The text was updated successfully, but these errors were encountered: