sound
sound copied to clipboard
一个警告
dependencies:
- @vueuse/sound 1.1.7
- lingo3d-vue 1.0.49
- vue 3.2.33
devDependencies:
- @vitejs/plugin-vue 2.3.2
- typescript 4.6.4
- vite 2.9.8
- vue-tsc 0.29.8
WARN Issues with peer dependencies found . └─┬ @vueuse/sound └─┬ @vue/composition-api └── ✕ unmet peer vue@">= 2.5 < 3": found 3.2.3
Hey, could you let me know if v2 has fixed this issue for you? 🙏
I believe to have a similar issue using [email protected] and [email protected]:
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?