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
1.0.6+584e6dd1c2240fd1767b7a7280e4695965f71237
Darwin 23.0.0 arm64 arm
I.e. to make a new solid app these are the commands that work:
npm create vite@latest my-app -- --template solid-ts bun create vite@latest my-app --template solid-ts
npm create vite@latest my-app -- --template solid-ts
bun create vite@latest my-app --template solid-ts
But for some reason doesn't need these double dashes
bun create vite@latest my-app -- --template solid-ts
Consistency would probably be a good idea here to avoid breaking lots of CI scripts during migrations.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.0.6+584e6dd1c2240fd1767b7a7280e4695965f71237
What platform is your computer?
Darwin 23.0.0 arm64 arm
What steps can reproduce the bug?
I.e. to make a new solid app these are the commands that work:
npm create vite@latest my-app -- --template solid-ts
bun create vite@latest my-app --template solid-ts
But for some reason doesn't need these double dashes
What is the expected behavior?
bun create vite@latest my-app -- --template solid-ts
What do you see instead?
bun create vite@latest my-app --template solid-ts
Additional information
Consistency would probably be a good idea here to avoid breaking lots of CI scripts during migrations.
The text was updated successfully, but these errors were encountered: