Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一个警告 #24

Open
LiuSuY opened this issue May 6, 2022 · 2 comments
Open

一个警告 #24

LiuSuY opened this issue May 6, 2022 · 2 comments

Comments

@LiuSuY
Copy link

LiuSuY commented May 6, 2022

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

@Tahul
Copy link
Member

Tahul commented Nov 25, 2022

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

@raphaelmenges
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants