project_web3.0 icon indicating copy to clipboard operation
project_web3.0 copied to clipboard

Cannot find module 'tailwindcss/plugin'

Open Tamer7 opened this issue 3 years ago • 3 comments

Tried to copy and paste the tailwind.config.js but got this error. Not sure why it is happening.

Tamer7 avatar Jan 04 '22 15:01 Tamer7

just remove below from tailwind file. That worked for me.

plugins: [require("@tailwindcss/forms")],

santosh7063 avatar Jan 09 '22 16:01 santosh7063

Just do: npm install @tailwindcss/forms

AnkanDas22 avatar Feb 07 '22 12:02 AnkanDas22

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

chandran-jr avatar Apr 02 '22 14:04 chandran-jr