Horje
error: postcss plugin tailwindcss requires postcss 8. Code Example
Syntax Error: Error: PostCSS plugin tailwindcss requires PostCSS 8.
npm uninstall tailwindcss postcss autoprefixer
npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
error: postcss plugin tailwindcss requires postcss 8.
yarn remove tailwindcss postcss autoprefixer
yarn add tailwindcss@npm:@tailwindcss/postcss7-compat @tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9

# For zsh:
yarn add "tailwindcss@npm:@tailwindcss/postcss7-compat" "@tailwindcss/postcss7-compat" "postcss@^7 autoprefixer@^9"




Shell

Related
how to see all branches in git Code Example how to see all branches in git Code Example
extract a tar.xz file linux Code Example extract a tar.xz file linux Code Example
install tensorflow Code Example install tensorflow Code Example
where is my .git config mac Code Example where is my .git config mac Code Example
how to store a 6 digit number as 6 separate integers Code Example how to store a 6 digit number as 6 separate integers Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12