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
postinstall
msw
after install nextjs with bun create next-app@latest . --yes, then I tried to init shadcn with this command:
bun create next-app@latest . --yes
bunx --bun shadcn@latest init
it gives this error at the end:
⚙️ msw [1/1] error: could not determine executable to run for package exec error: postinstall script from "msw" exited with 1
trying with shadcn@canary result in the same error.
shadcn@canary
initialization
No response
- windows 10 - bun v1.2.2 - next v15.2.1 - react v19.0.0
The text was updated successfully, but these errors were encountered:
the same for me
Sorry, something went wrong.
same issue for me, upgrade bun from 1.2.2 to 1.2.4 resolved the issue.
this worked for me as well
No branches or pull requests
Describe the bug
Cannot init shadcn with bun
after install nextjs with
bun create next-app@latest . --yes
, then I tried to init shadcn with this command:it gives this error at the end:
trying with
shadcn@canary
result in the same error.Affected component/components
initialization
How to reproduce
bun create next-app@latest . --yes
bunx --bun shadcn@latest init
Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: