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

Can't build version 0.12.x on Vue 2.7.8 due to vuequery #510

Closed
juliansteenbakker opened this issue Aug 5, 2022 · 1 comment
Closed
Assignees
Labels

Comments

@juliansteenbakker
Copy link

I wanted to migrate from vueLayers 0.11.x to 0.12.x however when running npm install, i get the following message:

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: vuequery@2.1.1
npm WARN Found: vue@2.7.8
npm WARN node_modules/vue
npm WARN   vue@"2.7.8" from the root project
npm WARN   21 more (@agametov/vueditor, @chenfengyuan/vue-countdown, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer vue@"~2.5.0" from vuequery@2.1.1
npm WARN node_modules/vuequery
npm WARN   vuequery@"^2.1.1" from vuelayers@0.12.0
npm WARN   node_modules/vuelayers
npm WARN 
npm WARN Conflicting peer dependency: vue@2.5.22
npm WARN node_modules/vue
npm WARN   peer vue@"~2.5.0" from vuequery@2.1.1
npm WARN   node_modules/vuequery
npm WARN     vuequery@"^2.1.1" from vuelayers@0.12.0
npm WARN     node_modules/vuelayers

Since vuequery hasn't been maintained for 2 years, maybe it's a good idea to migrate to something else.

@ghettovoice ghettovoice self-assigned this Aug 11, 2022
@ghettovoice
Copy link
Owner

Hello @juliansteenbakker ,
yep, I agree. For a while you can install/update with --legacy-peer-deps flag.

ghettovoice added a commit that referenced this issue Aug 11, 2022
ghettovoice added a commit that referenced this issue Aug 11, 2022
- fix dependency issues #508, #509, #510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants