ui
ui copied to clipboard
Error initializing shadcn-ui on nextjs
I'm using this command to initialize shadcn-ui "bunx --bun shadcn-ui@latest init".
And here's the error that I encounter:
Bun version: 1.0.22+b400b36ca Nextjs version: 14.0.4
Did you try the command : npx shadcn-ui@latest init
?
I have another question: Did you install NextJS with bun?
I am having same issue with initializing NextJs with bun also
Did you try the command :
npx shadcn-ui@latest init
?I have another question: Did you install NextJS with bun?
Yes I am using a bun on my nextjs I just copy the command from shadcn-ui
Running bunx shadcn-ui@latest init
without the --bun
flag worked for me.
Not sure if there's any negative side effects to this.
Running
bun shadcn-ui@latest init
without the--bun
flag worked for me.Not sure if there's any negative side effects to this.
same question
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.