ui
ui copied to clipboard
[bug]: Does not give proper error message when create-next fails with issue during init
Describe the bug
Here the error is nextjs does not allow project name to capital letter but the output give by shadcn is not specific
Affected component/components
Shadcn cli
How to reproduce
- pnpm dlx shadcn@latest init
- Give your project name with capital letters Then you get vague error something went wrong; Instead it should propagate the error from nextjs cli
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
Not imp
Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues