sound icon indicating copy to clipboard operation
sound copied to clipboard

一个警告

Open LiuSuY opened this issue 3 years ago • 2 comments

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

LiuSuY avatar May 06 '22 03:05 LiuSuY

Hey, could you let me know if v2 has fixed this issue for you? 🙏

Tahul avatar Nov 25 '22 02:11 Tahul

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?

raphaelmenges avatar Jan 29 '23 11:01 raphaelmenges