Subscribe on changes!

vite 0.11.3 does not work on windows

avatar
May 7th 2020

Describe the bug

Error details is found below in Logs. The last working version is vite 0.11.2

image

System Info

  • required vite version: 0.11.3
  • required Operating System: Window 10 Home
  • required Node version: Node 12.16

Logs

How to replicate

  1. Install and run vite
npx create-vite-app test
cd test
npm i
npm i vite@latest
npm i -D cross-env
  1. change package,json to use debug

cross-env DEBUG=vite:* vite

npm run dev
  1. navigate to browser and you see the error

There is no error on the command line, only in browser

Reproduction

N.A.

avatar
May 7th 2020

Duplicate Of #69 Please Close The Issue

avatar
May 7th 2020

I'm having the same issue here.

avatar
May 7th 2020

@bekalshenoy, closing this, hopefully fix PR will settle it...