PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

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.