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
When I try adding shadcn components to my Next.js project that uses the Deno runtime, I get the error below:
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
Command failed with exit code 1: deno add tailwindcss-animate class-variance-authority lucide-react clsx tailwind-merge
error: tailwindcss-animate is missing a prefix. Did you mean `deno add npm:tailwindcss-animate`?
I used the command below:
deno run -A npm:shadcn@latest init
The text was updated successfully, but these errors were encountered:
When I try adding shadcn components to my Next.js project that uses the Deno runtime, I get the error below:
I used the command below:
The text was updated successfully, but these errors were encountered: