-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Bun Create seems broken #4507
Comments
You can use |
If this examples folder deserves a reserved keyword, maybe it could be |
closed |
this might still be a bug in bun if it doesnt handle connection refused here properly. probably should keep open in case. not sure, but will take a look at this in a few days after 1.0 (elysia still uses old bun create code) |
I'm not sure I follow, but I think it's probably worth trying to preserve the e.g. https://dev.to/ashirbadgudu/create-a-react-app-with-bun-125o the internal documentation also appears to suggest this is how it works: https://bun.sh/docs/templates#from-npm edit: I think issue #4561 more accurately describes what I'm running into -- bun install on an existing project is also so slow that it looks like it's stalled out. Feel free to close this! edit2: I tried with 1.0 and I'm getting the same behavior |
Apologies for the confusion TLDR: Previously, bun create used an internal list of sample projects that we maintained. We've since switched it to match npm and others, so If you run No longer valid$ bun create react Use this instead$ bun create vite
$ bun create react-app |
`Bun create` does not work, `bun x create-elysia` is the correct command. See this issue for more context: oven-sh/bun#4507
Here's an example using bun
bunx
npm
versions |
What version of Bun is running?
0.8.1+16b4bf341acc0f4804f0b6bdf5298c180cd00366
What platform is your computer?
Darwin 22.3.0 arm64 arm
What steps can reproduce the bug?
I just followed elysia getting started:
What is the expected behavior?
I'd expect
bun create
with no other input to show me something like..And with elysia template I thought it would create a dir and do all the installs
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: