You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a nextjs project that I initiated using Bun, and when I try to add shadcn to it using npx shadcn@latest init, it tries to add the dependencies it needs using bun and it causes it to crash for whatever reason. I tested it on a nextjs project that was made with npm and it worked with no problems. so is there a way to force it to use npm?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a nextjs project that I initiated using Bun, and when I try to add shadcn to it using
npx shadcn@latest init
, it tries to add the dependencies it needs using bun and it causes it to crash for whatever reason. I tested it on a nextjs project that was made with npm and it worked with no problems. so is there a way to force it to use npm?Beta Was this translation helpful? Give feedback.
All reactions