I'm not sure if this is specific to Bun or not, but when trying to add packages, the CLI includes two single quotes bun add '' tailwindcss-animate class-variance-authority clsx tailwind-merge which causes an "error: unrecognised dependency format"
I believe the fix here is just to not include the single quotes.

I'm not sure if this is specific to Bun or not, but when trying to add packages, the CLI includes two single quotes
bun add '' tailwindcss-animate class-variance-authority clsx tailwind-mergewhich causes an "error: unrecognised dependency format"I believe the fix here is just to not include the single quotes.