wave pro npm install fails
@tailwindcss/custom-forms
was deprecated in favor of @tailwindcss/forms
for Tailwind CSS v2.0.
You can remove custom-forms
from your themes package.json
and either add "@tailwindcss/forms": "^0.3.4"
manually, or run npm install @tailwindcss/forms
.
Hope that helps.