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... 🤔
Just ran
pnpm dlx @mystic-ui/cli initin my project and gotright after the Welcome message.
I already have tailwind installed, but my config is
tailwind.config.tsand I'm usingtailwindcss/defaultThemethere with no issues... 🤔