vite8.0 is released, any plan to support it to avoid warning: Issues with peer dependencies found? #19791
-
|
Progress: resolved 340, reused 262, downloaded 0, added 2, done |
Beta Was this translation helpful? Give feedback.
Answered by
rozsazoltan
Mar 13, 2026
Replies: 2 comments
-
|
In the next release, there is already a PR that supports the version. Until then, you can force the installation: {
"dependencies": {
"vite": "^8",
"tailwindcss": "^4",
"@tailwindcss/vite": "^4"
},
"overrides": {
"@tailwindcss/vite": {
"vite": "^8"
}
}
}Reference: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ltbyun
-
|
Yes I did force the installation and it was fine afterwards
…On Fri, Mar 13, 2026, 6:06 AM Rózsa Zoltán ***@***.***> wrote:
In the next release, there is already a PR that supports the version.
Until then, you can force the installation:
{
"dependencies": {
"vite": "^8",
"tailwindcss": "^4",
***@***.***/vite": "^4"
},
"overrides": {
***@***.***/vite": {
"vite": "^8"
}
}
}
Reference:
- Installing the TailwindCSS Vite plugin with Vite 8 - peer
vite@"^5.2.0 || ^6 || ^7" from @***@***.***
<https://stackoverflow.com/q/79879525/15167500>
—
Reply to this email directly, view it on GitHub
<#19791 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B7HZNK72IJAQIEBHYDCEYOL4QOQPXAVCNFSM6AAAAACWQRHH6GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMJRGA3DMNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: <tailwindlabs/tailwindcss/repo-discussions/19791/comments/16110667@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the next release, there is already a PR that supports the version. Until then, you can force the installation:
{ "dependencies": { "vite": "^8", "tailwindcss": "^4", "@tailwindcss/vite": "^4" }, "overrides": { "@tailwindcss/vite": { "vite": "^8" } } }Reference: