-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Reproduction
pinia/packages/pinia/package.json
Line 81 in 0e2d2df
"vue": "^2.6.14 || ^3.2.0" |
Steps to reproduce the bug
npm install pinia
Expected behavior
Successful installation
Actual behavior
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
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.
Metadata
Metadata
Assignees
Labels
No labels