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
I just noticed that the example has wrong characters in flag template on https://vitejs.dev/guide/#scaffolding-your-first-vite-project .
Current
npm init @vitejs/app my-vue-app -- --template vue
Suggestion
npm init @vitejs/app my-vue-app --template vue
Go to https://vitejs.dev/guide/#scaffolding-your-first-vite-project and see the following.
The text was updated successfully, but these errors were encountered:
I notice that too yesterday its added by Evan himself so I thought it's done on purpose but I don't know as in 3dd1187
Sorry, something went wrong.
9791522
Just double checked - the extra -- is required for npm 7+ but is not needed for npm 6.
--
No branches or pull requests
Describe the bug
I just noticed that the example has wrong characters in flag template on https://vitejs.dev/guide/#scaffolding-your-first-vite-project .
Current
Suggestion
Reproduction
Go to https://vitejs.dev/guide/#scaffolding-your-first-vite-project and see the following.
The text was updated successfully, but these errors were encountered: