Skip to content
New issue

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

Unmet pinia peer dependency (version issue) #3939

Closed
sarayourfriend opened this issue Mar 19, 2024 · 0 comments · Fixed by #3952
Closed

Unmet pinia peer dependency (version issue) #3939

sarayourfriend opened this issue Mar 19, 2024 · 0 comments · Fixed by #3952
Assignees
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: frontend Related to the Nuxt frontend

Comments

@sarayourfriend
Copy link
Contributor

Current Situation

We have an unmet peer dependency for pinia due to a version mis-match:

 WARN  Issues with peer dependencies found
frontend
└─┬ @pinia/testing 0.1.3
  └── ✕ unmet peer pinia@>=2.1.5: found 2.0.33

Fix

Update the pinia version, if possible, or downgrade and @pinia/testing to a version that does not have the peer dependency on pinia >= 2.1.5

@sarayourfriend sarayourfriend added 🟩 priority: low Low priority and doesn't need to be rushed 🛠 goal: fix Bug fix 💻 aspect: code Concerns the software code in the repository 🧱 stack: frontend Related to the Nuxt frontend labels Mar 19, 2024
@obulat obulat self-assigned this Mar 21, 2024
@obulat obulat mentioned this issue Mar 21, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: frontend Related to the Nuxt frontend
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants