-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Description
Environment
Vue 3, Node 22.13.1
Reproduction
npm install @pinia-orm v2.0.0-alpha.1npm install @pinia-orm/axios@2.0.0-alpha.1
Describe the bug
Since I'm on Pinia v3 and already had Pinia-ORM, I was trying to setup the axios extension, which didn't seem able to resolve (see logs).
I've used --force for now, which works.
->
pinia-orm/packages/axios/package.json
Line 57 in 95b1d0a
| "pinia-orm": ">=1.9.1", |
Logs
npm i @pinia-orm/axios@2.0.0-alpha.1 --save
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [redacted-project-name]@2.0.0
npm error Found: pinia-orm@2.0.0-alpha.1
npm error node_modules/pinia-orm
npm error pinia-orm@"^2.0.0-alpha.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer pinia-orm@">=1.9.1" from @pinia-orm/axios@2.0.0-alpha.1
npm error node_modules/@pinia-orm/axios
npm error @pinia-orm/axios@"2.0.0-alpha.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.