Vite 8 unmet peer
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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