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
pinia/packages/pinia/package.json
Line 81 in 0e2d2df
npm install pinia
Successful installation
npm ERR! Conflicting peer dependency: vue@2.6.14 npm ERR! node_modules/vue npm ERR! peer vue@">= 2.5 < 2.7" from @vue/composition-api@1.7.0 npm ERR! node_modules/@vue/composition-api npm ERR! peerOptional @vue/composition-api@"^1.4.0" from pinia@2.0.15 npm ERR! node_modules/pinia npm ERR! pinia@"*" from the root project
I'm using Vue 2.7 and of course don't use the composition-api package.
npm install --force pinia is a workaround.
npm install --force pinia
The text was updated successfully, but these errors were encountered:
Duplicate of #853
Sorry, something went wrong.
No branches or pull requests
Reproduction
pinia/packages/pinia/package.json
Line 81 in 0e2d2df
Steps to reproduce the bug
npm install pinia
Expected behavior
Successful installation
Actual behavior
Additional information
I'm using Vue 2.7 and of course don't use the composition-api package.
npm install --force pinia
is a workaround.The text was updated successfully, but these errors were encountered: