Closed flomero closed 1 month ago
Thanks for opening an issue. It may be how nuxi is configured - but Nuxt doesn't care between dependencies or devDependencies - is it causing issues to you as a bug?
haven't encountered any concrete bugs. just realised that it was weird that all other places recommended to use devDependency except for the "quick install"
Yes, that is a fair point though 🙂
Can track here - https://github.com/nuxt/cli/issues/454
Environment
Reproduction
No response
Describe the bug
if you use
npx nuxi@latest module add tailwindcss
, as recommended here, it saves tailwind as a dependency in package.jsonall other recommended ways install save it as a dev dependency (including the Tailwind Docs)
Additional context
No response
Logs
No response