Add tailwindcss
as an explicit dependecy and validate that it exists in user's package.json
#2464
Closed
2 of 3 tasks
Same issue as #2408
Since Tailwind v4 was released all the Tailwind specific packages that require Tailwind as a peer dep will get the latest (v4) but we only support v3 at the moment. This happens because we don't say explicitly in the user's
package.json
that we require Tailwind v3.We should:
tailwindcss@^3.2.7
in thepackage.json
Adds tailwindcss as explicit dep open-saas#356embeddings
starter template since it uses Tailwind as well Adds tailwindcss as explicit dep starters#15package.json
to require thetailwindcss
dep if Tailwind is used Validatestailwindcss
if Tailwind is used #2465The text was updated successfully, but these errors were encountered: