-
-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Labels
Description
Describe the bug
Installing vite@latest and @vitejs/plugin-react@latest
Getting version conflict error
Expect to run without errors
Reproduction
https://stackblitz.com/edit/vitejs-vite-xn88qd
Steps to reproduce
Run npm install
System Info
System:
OS: macOS 15.1.1
CPU: (12) arm64 Apple M3 Pro
Memory: 12.54 GB / 36.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.11.0 - ~/.nvm/versions/node/v22.11.0/bin/node
Yarn: 1.22.22 - ~/.nvm/versions/node/v22.11.0/bin/yarn
npm: 10.9.0 - ~/.nvm/versions/node/v22.11.0/bin/npm
Watchman: 2024.11.18.00 - /opt/homebrew/bin/watchman
Browsers:
Edge: 131.0.2903.70
Safari: 18.1.1
Used Package Manager
npm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Vite issue and not a framework-specific issue.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
johnnyreilly