tauri-docs
tauri-docs copied to clipboard
docs: fix command to create next app using bun
What kind of changes does this PR include?
- Minor content fixes (broken links, typos, etc.)
- Changes to the docs site code
Description
- What does this PR change? Give us a brief description. It will fix typo in command to create next app with bun
- Did you change something visual? No
Deploy Preview for tauri ready!
Name | Link |
---|---|
Latest commit | 4a8a8a04282464d80ca92ae3f858927443153311 |
Latest deploy log | https://app.netlify.com/sites/tauri/deploys/66227aa04c148100087de4f5 |
Deploy Preview | https://deploy-preview-2077--tauri.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
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.https://bun.sh/guides/ecosystem/nextjs
hi @vasfvitor, I'm currently using [email protected]
and existing command for bun
is not working, to make it work we can use one of the following commands
-
bun create next-app
-
bunx create-next-app
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 MacBook Pro M1
and Sonoma 14.3.1
has been installed, also as we can see on NextJS official documentation, command has been given as bunx create-next-app
, please check here and here
Btw, it is weird that you can run bunx
with create next-app
since it is equivalent of npx
if this is a platform difference (I'm on Windows) please share the source where we can verify this to be the case
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 😁
No screenshot for Mac but I tried it on my work Sonoma 14.1 Mac and the results are the same.
The existing one works, bun create next-app --use-bun
, the proposed one doesn't. Closing.