vuejs / vuejs/devtools

Vite 8 unmet peer

Open
#1,068 3 comments 33 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2.9k
Forks
279
PR merge metrics
No merged PRs in 30d

Description

Not sure if this belongs here, but I see this when installing Vite 8.0.1. Would be good to resolve this pnpm warning?

WARN  Issues with peer dependencies found
.
└─┬ vite-plugin-vue-devtools 8.1.0
  └─┬ vite-plugin-inspect 11.3.3
    ├── ✕ unmet peer vite@"^6.0.0 || ^7.0.0-0": found 8.0.1
    └─┬ vite-dev-rpc 1.1.0
      ├── ✕ unmet peer vite@"^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0": found 8.0.1
      └─┬ vite-hot-client 2.1.0
        └── ✕ unmet peer vite@"^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0": found 8.0.1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the dependency declarations for vite-plugin-inspect, vite-dev-rpc, and vite-hot-client shown in the warning, then check their Vite 8 compatibility. Confirm the fix by installing Vite 8.0.1 with pnpm and verifying that these unmet peer dependency warnings no longer appear.

Written by the indexing model from the issue text.

Assessment

Tech stack
vite
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.