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
Just ran pnpm dlx @mystic-ui/cli init in my project and got
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/.../node_modules/tailwindcss/defaultTheme' imported from /.../tailwind.config.mjs
Did you mean to import "tailwindcss/defaultTheme.js"?
right after the Welcome message.
I already have tailwind installed, but my config is tailwind.config.ts and I'm using tailwindcss/defaultTheme there with no issues... 🤔
The text was updated successfully, but these errors were encountered:
Just ran
pnpm dlx @mystic-ui/cli init
in my project and gotright after the Welcome message.
I already have tailwind installed, but my config is
tailwind.config.ts
and I'm usingtailwindcss/defaultTheme
there with no issues... 🤔The text was updated successfully, but these errors were encountered: