Skip to content

pinia-orm/axios v2.0.0-alpha.1 still looking for pinia-orm >=1.9.1 peer dependency #1997

@xewl

Description

@xewl

Environment

Vue 3, Node 22.13.1

Reproduction

  • npm install @pinia-orm v2.0.0-alpha.1
  • npm 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": ">=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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions