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
Creating a new empty project using the @vitejs/create-app throws an [vite] Internal server error while trying to run the dev server.
@vitejs/create-app
[vite] Internal server error
npm init @vitejs/app my-vue-app --template vue
cd my-vue-app
npm install
npm run dev
https://github.com/vitejs/vite/tree/main/packages/create-app/template-vue
vite
2.0.0-beta.2
macOS Big Sur Version 11.1
LTS v14.15.3
@vue/compiler-sfc
"https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.0.5.tgz"
The text was updated successfully, but these errors were encountered:
f52db58
Thank you!
I can confirm that the issue is resolved with 2.0.0-beta.3
2.0.0-beta.3
Sorry, something went wrong.
I'm getting this error with vueform/multiselect
For me the error went away when deleting and reinstall node_modules/
No branches or pull requests
Describe the bug
Creating a new empty project using the
@vitejs/create-app
throws an[vite] Internal server error
while trying to run the dev server.Reproduction
npm init @vitejs/app my-vue-app --template vue
cd my-vue-app
npm install
npm run dev
https://github.com/vitejs/vite/tree/main/packages/create-app/template-vue
System Info
vite
version:2.0.0-beta.2
macOS Big Sur Version 11.1
LTS v14.15.3
@vue/compiler-sfc
version:"https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.0.5.tgz"
The text was updated successfully, but these errors were encountered: