Skip to content
New issue

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

[Enhancement] change bunx create-vite to bun create vite in examples of scaffolding vite project #15629

Closed
1 of 4 tasks
kravetsone opened this issue Jan 17, 2024 · 1 comment
Closed
1 of 4 tasks
Labels
documentation Improvements or additions to documentation

Comments

@kravetsone
Copy link

Documentation is

  • Missing
  • Outdated
  • Confusing
  • Not sure?

Explain in Detail

In your command-examples of scaffolding vite project in bun is written in a non-standard way

# npm 7+
npm create vite

# yarn
yarn create vite

# pnpm
pnpm create

# bun
bunx create-vite

bunx create-vite instead of bun create vite
https://vitejs.dev/guide/#scaffolding-your-first-vite-project

Your Suggestion for Changes

write bun create vite

Reproduction

No response

Steps to reproduce

No response

@kravetsone kravetsone added the documentation Improvements or additions to documentation label Jan 17, 2024
@sapphi-red
Copy link
Member

fixed by #15646

@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants