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
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/vue
npm ERR! peer vue@">= 2.5 < 2.7" from @vue/[email protected]
npm ERR! node_modules/@vue/composition-api
npm ERR! peerOptional @vue/composition-api@"^1.4.0" from [email protected]
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 [email protected]
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: