Question By
Unsolved

wave pro npm install fails

kristen1

Feb 4th, 2022 10:40 AM

I have issue when I try install wave pro theme. It gives error while running npm i.werror.JPG

thinkverse

Feb 4th, 2022 12:20 PM

@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.