-
Notifications
You must be signed in to change notification settings - Fork 689
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
docs: fix command to create next app using bun #2077
Conversation
✅ Deploy Preview for tauri ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi this was recently changed in #2041, did bun changed the command again? Could you share where/when they changed, and, if any, announcement?
bunx create next-app --use-bun
Still works for me.
hi @vasfvitor, I'm currently using
|
if this is a platform difference (I'm on Windows) please share the source where we can verify this to be the case |
@vasfvitor I'm on Btw, it is weird that you can run |
It might be a platform thing I've tested both and the new command works me, the older doesn't. Also note I'm as well on macOS 😁 |
What kind of changes does this PR include?
Description
It will fix typo in command to create next app with bun
No