project_web3.0
project_web3.0 copied to clipboard
Cannot find module 'tailwindcss/plugin'
Tried to copy and paste the tailwind.config.js but got this error. Not sure why it is happening.
just remove below from tailwind file. That worked for me.
plugins: [require("@tailwindcss/forms")],
Just do: npm install @tailwindcss/forms
Tried to copy and paste the tailwind.config.js but got this error. Not sure why it is happening.
npm i @tailwindcss/forms
Stop the server and run the above command, hope it helps