Subscribe on changes!

Loading failed for the module with source

avatar
May 7th 2020

Describe the bug

After installing a brand new vite app I get this error in console and the app doesn't load.

Loading failed for the module with source “http://localhost:3000/@modules/vue”.

Steps to reproduce

$ npx create-vite-app my-vite
$ cd my-vite
$ npm install
$ npm run dev

System Info

  • required vite version: 0.0.0 dev
  • required Operating System: Windows 7
  • required Node version: 12.10.0
avatar
May 7th 2020

There's a bug on windows when using 0.11.3 see #70

Altho the error is not the same, do you mind installing the previous version to check if the error is still there?

npm install vite@0.11.2