vite 0.11.3 does not work on windows
Describe the bug
Error details is found below in Logs. The last working version is vite 0.11.2
System Info
- required
vite
version: 0.11.3 - required Operating System: Window 10 Home
- required Node version: Node 12.16
Logs
How to replicate
- Install and run vite
npx create-vite-app test
cd test
npm i
npm i vite@latest
npm i -D cross-env
- change package,json to use debug
cross-env DEBUG=vite:* vite
npm run dev
- navigate to browser and you see the error
There is no error on the command line, only in browser
Reproduction
N.A.