Terminal gives coflict errors while trying to install Pinia with "npm install Pinia" #1700
Unanswered
Solemensis
asked this question in
Help and Questions
Replies: 1 comment
-
anyone got info?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a general problem right now? Trying to install pinia onto empty boilerplate nuxt3 project and terminal giving these errors:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: vue@3.2.40
npm ERR! node_modules/vue
npm ERR! peer vue@"^3.2.39" from @nuxt/vite-builder@3.0.0-rc.11
npm ERR! node_modules/@nuxt/vite-builder
npm ERR! @nuxt/vite-builder@"3.0.0-rc.11" from nuxt@3.0.0-rc.11
npm ERR! node_modules/nuxt
npm ERR! dev nuxt@"3.0.0-rc.11" from the root project
npm ERR! peer vue@"^3.2.25" from @vitejs/plugin-vue@3.1.0
npm ERR! node_modules/@vitejs/plugin-vue
npm ERR! @vitejs/plugin-vue@"^3.1.0" from @nuxt/vite-builder@3.0.0-rc.11
npm ERR! node_modules/@nuxt/vite-builder
npm ERR! @nuxt/vite-builder@"3.0.0-rc.11" from nuxt@3.0.0-rc.11
npm ERR! node_modules/nuxt
npm ERR! dev nuxt@"3.0.0-rc.11" from the root project
npm ERR! 7 more (@vitejs/plugin-vue-jsx, @vue/server-renderer, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! pinia@"" from the root project
npm ERR!
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.1
npm ERR! node_modules/@vue/composition-api
npm ERR! peerOptional @vue/composition-api@"^1.4.0" from pinia@2.0.22
npm ERR! node_modules/pinia
npm ERR! pinia@"" 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.
Beta Was this translation helpful? Give feedback.
All reactions