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
Using vue 2.7 I can't install pinia, because of this issue. Probably because of
vue-demi/package.json
Line 40 in dbe21e4
npm ERR! Could not resolve dependency: npm ERR! vue-demi@"*" from the root project npm ERR! 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.0.0-rc.1" from [email protected] npm ERR! node_modules/vue-demi npm ERR! vue-demi@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Also if I force install pinia it tells me at buildtime that the dep vue-demi is missing which I also need to force install.
vue-demi
The text was updated successfully, but these errors were encountered:
chore(deps): add a workaround for vueuse/vue-demi#174
393c30d
Signed-off-by: Martin Dünkelmann <[email protected]>
I am not sure what we can do about it. If you do, PR welcome.
Sorry, something went wrong.
No branches or pull requests
Using vue 2.7 I can't install pinia, because of this issue.
Probably because of
vue-demi/package.json
Line 40 in dbe21e4
Also if I force install pinia it tells me at buildtime that the dep
vue-demi
is missing which I also need to force install.The text was updated successfully, but these errors were encountered: