I am getting this error whenever I run npm start. I tried a couple of fixes but none of them work for me. I tried to change the version of autoprefixer to 9.8.6 but it didn\'t w
For Next.js 10 you just have to do
npm install tailwindcss@latest postcss@latest autoprefixer@latest
Source This issue here