-
Notifications
You must be signed in to change notification settings - Fork 165
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
Vite 6 support #673
Labels
enhancement
New feature or request
Comments
wip |
electron-vite@2.3.0 Although vite@5 I'm doing pretty well at work. But there will be warnings during installationnpm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: electron-vite@2.3.0
npm error Found: vite@6.0.3
npm error node_modules/vite
npm error dev vite@"^6.0.3" from the root project
npm error peer vite@"^5.0.0 || ^6.0.0" from @vitejs/plugin-vue@5.2.1
npm error node_modules/@vitejs/plugin-vue
npm error dev @vitejs/plugin-vue@"5.2.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vite@"^4.0.0 || ^5.0.0" from electron-vite@2.3.0
npm error node_modules/electron-vite
npm error dev electron-vite@"2.3.0" from the root project
npm error
npm error Conflicting peer dependency: vite@5.4.11
npm error node_modules/vite
npm error peer vite@"^4.0.0 || ^5.0.0" from electron-vite@2.3.0
npm error node_modules/electron-vite
npm error dev electron-vite@"2.3.0" 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.
|
Hi @alex8088, I've been following this issue and noticed it's been quiet for about 2 weeks. I was wondering if there are any updates on the progress or if there's any way I could help move this forward? Thank you for your time! |
1 task
Hello, Can I know if there will be an update this month? And what is the status of the update? |
v3.0.0-beta.0 is out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clear and concise description of the problem
Vite 6 support
Suggested solution
https://vite.dev/guide/migration.html
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: