We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The dev server (saber) fails to compile with the message:
saber
ERROR in ./node_modules/prismjs/themes/prism-tomorrow.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-3-1!./node_modules/@egoist/postcss-loader/src??ref--5-oneOf-3-2!./node_modules/prismjs/themes/prism-tomorrow.css) Module build failed (from ./node_modules/@egoist/postcss-loader/src/index.js): Error: PostCSS plugin autoprefixer requires PostCSS 8. Migration guide for end-users: https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users at Processor.normalize (/Users/anc/code/cottage/node_modules/postcss/lib/processor.js:167:15) at new Processor (/Users/anc/code/cottage/node_modules/postcss/lib/processor.js:56:25) at postcss (/Users/anc/code/cottage/node_modules/postcss/lib/postcss.js:55:10) at /Users/anc/code/cottage/node_modules/@egoist/postcss-loader/src/index.js:145:12 @ ./node_modules/prismjs/themes/prism-tomorrow.css 4:14-154 14:3-18:5 15:22-162 @ ./saber-browser.js @ ./.saber/extend-browser-api.js @ ./node_modules/saber/vue-app/create-app.js @ ./node_modules/saber/vue-app/entry-client.js @ multi ./node_modules/saber/vue-app/entry-client.js
npm run dev
Saber would compile
Post CSS complains about not having the minimum required version
saber -v
0.11.7
npm
The text was updated successfully, but these errors were encountered:
Can we swap out @egoist/postcss-loader for the upstream package (https://github.com/webpack-contrib/postcss-loader)? There doesn't seem to be any diff - webpack-contrib/postcss-loader@master...egoist:master
@egoist/postcss-loader
Here's also Post CSS's official migration guide - https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users
Sorry, something went wrong.
Downgrading and fixing autoprefixer to version 9.8.6 allows to compile Saber currently as a workaround
autoprefixer
9.8.6
No branches or pull requests
Bug report
The dev server (
saber
) fails to compile with the message:Steps to reproduce
npm run dev
What is expected?
Saber would compile
What is actually happening?
Post CSS complains about not having the minimum required version
Other relevant information
saber -v
:0.11.7
npm
The text was updated successfully, but these errors were encountered: