-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
package.json devDependencies
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"autoprefixer": "^10.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.0.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7"
What version of Tailwind CSS are you using?
3.0.7
What build tool (or framework if it abstracts the build tool) are you using?
@vue/cli 4.5.15
NPM 8.1.2
What version of Node.js are you using?
v16.13.1
What browser are you using?
N/A
What operating system are you using?
Windows
Describe your issue
When attempting to build, the following error appears
Syntax Error: Error: PostCSS plugin tailwindcss requires PostCSS 8.
As you can see in my package.config, postcss is 8.4.5. I am not sure what the issue is here? Is the Node version too high?
Metadata
Metadata
Assignees
Labels
No labels