in the official docs of shadcn they states initilizing shadcn through bun bunx --bun shadcn@latest init
but, I faced some difficulties, for example the initialization is not completed it just loads, then I did some digging and I found some reddit post and it cooled my frustration the correct way of initializing is
bun x --bun shadcn@latest init
the solution is just add some spacing between the bun and x
but, I faced some difficulties, for example the initialization is not completed it just loads, then I did some digging and I found some reddit post and it cooled my frustration the correct way of initializing is
bun x --bun shadcn@latest init
the solution is just add some spacing between the bun and x