-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
build throws "PostCSS plugin autoprefixer requires PostCSS 8" (alpha.6 regression) #6342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like an npm 6 package hoisting bug (works in npm 7). Because
|
Workaround: |
Seems fixable by bumping |
@sodatea It looks like, despite the fix, alpha.7 has the same issue with the exact same repro.
and
|
🤯 It was fixed when I tried that PR locally… Maybe we do need a |
how to use postcss8 in vue cli 4.5.x? |
No easy way. I would recommend against doing so. |
@sodatea Is there any timeline on when we'll have postcss8 support? |
Vue CLI v5 alpha has already supported PostCSS 8. |
Version
5.0.0-alpha.6
Reproduction link
https://github.com/cexbrayat/alpha6-postcss8
Environment info
Steps to reproduce
Create a new application with v5.0.0-alpha.6 (or use https://github.com/cexbrayat/alpha6-postcss8)
Then try to build it
What is expected?
The app builds properly
What is actually happening?
It looks like postcss v8 is not properly installed
The text was updated successfully, but these errors were encountered: