near/create-near-app

PostCSS plugin tailwindcss requires PostCSS 8

Aybee5 opened this issue · 1 comments

I created an app using npx create-near-app my-app after creating the app I run the local server but getting <rootDir>/my-app/src/global.css:undefined:undefined: PostCSS plugin tailwindcss requires PostCSS 8.
I tried reinstalling postcss@^7 but still getting the error.
Node version - 14.17.3

Also trying to use Tailwind and having this dependency issue. Did you make any progresss on this?