We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Hello @juliansteenbakker , yep, I agree. For a while you can install/update with --legacy-peer-deps flag.
--legacy-peer-deps
Sorry, something went wrong.
Drop vuequery package
0dff2f2
#508, #509, #510
Release v0.12.5
26eb09e
- fix dependency issues #508, #509, #510
ghettovoice
No branches or pull requests
I wanted to migrate from vueLayers 0.11.x to 0.12.x however when running npm install, i get the following message:
Since vuequery hasn't been maintained for 2 years, maybe it's a good idea to migrate to something else.
The text was updated successfully, but these errors were encountered: