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
I believe to have a similar issue using npm@8.19.2 and vue@3.2.45:
npm ERR! Conflicting peer dependency: vue@2.6.14
npm ERR! node_modules/vue
npm ERR! peer vue@">= 2.5 < 2.7" from @vue/composition-api@1.7.0
npm ERR! node_modules/@vue/composition-api
npm ERR! peerOptional @vue/composition-api@"^1.4.0" from pinia@2.0.29
npm ERR! node_modules/pinia
npm ERR! dev pinia@"2.0.29" from the root project
npm ERR! peerOptional @vue/composition-api@"^1.0.0-rc.1" from vue-demi@0.12.4
npm ERR! node_modules/vue-demi
npm ERR! dev vue-demi@"0.12.4" from the root project
npm ERR! 3 more (@vueuse/core, @vueuse/shared, pinia)
npm ERR! 2 more (@vueuse/sound, vue-demi)
Looks to me that the peer dependency "@vue/composition-api": "^1.0.0-rc.1" from your package.json breaks the dependency resolving. To my understanding, that package would be excluisvely required for vue 2?
dependencies:
devDependencies:
WARN Issues with peer dependencies found
.
└─┬ @vueuse/sound
└─┬ @vue/composition-api
└── ✕ unmet peer vue@">= 2.5 < 3": found 3.2.3
The text was updated successfully, but these errors were encountered: