Skip to content

vite 0.11.3 does not work on windows #70

@ais-one

Description

@ais-one

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions