Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Error: PostCSS plugin tailwindcss requires PostCSS 8

You're integrating Tailwind with a tool that relies on an older version of PostCSS. You can use this doc https://tailwindcss.com/docs/installation#post-css-7-compatibility-build


npm uninstall tailwindcss postcss autoprefixer

then

vue add tailwind 

to use the vue cli plugin https://www.npmjs.com/package/vue-cli-plugin-tailwind

Tags:

Javascript

Node.Js

Npm

Tailwind Css

Related

How to use @Parcelize now that kotlin-android-extensions is being deprecated? keySet() method in HashMap could be terser .NET Core 3.1 application not building on Azure pipeline anymore (.NET 5) How can I install Homebrew into /opt/? Is it a bad idea to create a generic "function pointer" union in C? Wrong JAVA_HOME after upgrade to macOS Big Sur v11.0.1 Webdriver.io/Selenium tests fail when the window is in the background on Chrome 87 Difference in Python thread.join() between Python 3.7 and 3.8 Problem Fieldset label not visible with Sencha ExtJs 7.x on chrome 87.0.4280.67 npx: the shell-auto-fallback argument has been removed Flutter Dart Dio Get Request is so slow F# - Using Concurrent.ConcurrentDictionary.TryRemove with dotnet 5

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy