-
Notifications
You must be signed in to change notification settings - Fork 750
Vite 8 Issues #3694
Copy link
Copy link
Open
Labels
bugSomething isn't working.Something isn't working.upstreamThe issue is with an upstream dependency.The issue is with an upstream dependency.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working.Something isn't working.upstreamThe issue is with an upstream dependency.The issue is with an upstream dependency.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm posting this here and will probably cross post in denoland/deno if that is the right place.
I was deploying a project to Deno Deploy and upgraded to Vite 8 and started to get build errors:
From what I gather, Vite 8 uses
node:util.parseEnvwhich requires Node.js 20.19+ and Deno's Node compat layer doesn't support this yet?Downgrading to Vite 7 (^7.0.0 → resolved to 7.3.1) fixes it with no other changes needed to the build step.