We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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”.
$ npx create-vite-app my-vite $ cd my-vite $ npm install $ npm run dev
vite
The text was updated successfully, but these errors were encountered:
There's a bug on windows when using 0.11.3 see #70
0.11.3
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
Sorry, something went wrong.
82414b8
No branches or pull requests
Describe the bug
After installing a brand new vite app I get this error in console and the app doesn't load.
Steps to reproduce
System Info
vite
version: 0.0.0 devThe text was updated successfully, but these errors were encountered: