Error: Cannot find module 'postcss-flexbugs-fixes' after upgrading to 9.3.4
See original GitHub issueBug report
Describe the bug
next build fails with the error in the title after updating to 9.3.4 with a custom PostCSS config following the current documentation
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Create a
postcss.config.jswith the contents specified here - Update to 9.3.4
- No more builds!
Expected behavior
Documentation needs to be updated with the correct “base” PostCSS config for 9.3.4. I know you apparently removed postcss-flexbugs-fixes, but I have no idea what else might have changed.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
node.js - Postcss-cli cannot find flexbugs-fixes module (finds ...
When I run postcss --use postcss-flexbugs-fixes index.scss. I get an error saying cannot find module postcss-flexbugs-fixes.
Read more >postcss-flexbugs-fixes - npm
PostCSS plugin This project tries to fix all of flexbug's issues. Latest version: 5.0.2, last published: 2 years ago.
Read more >Cannot find module 'postcss-flexbugs-fixes' - YouTube
Loading PostCSS " postcss-flexbugs-fixes " plugin failed: Cannot find module ' postcss-flexbugs-fixes 'Please do like share and comment if you ...
Read more >postcss-flexbugs-fixes - npm Package Health Analysis - Snyk
Ensure you're using the healthiest npm packages. Snyk scans all the packages in your projects for vulnerabilities and provides automated fix advice.
Read more >how to fix application error: a client-side exception has ...
I had this error, even though I got no errors at build time, it was extremely difficult to figure out took a couple...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

That’s fair, but the documentation should also be updated when you change something like this. If a user right now goes and follows the advice in your docs, their application will break!
Again, the ideal solution would be to offer a way of extending or importing your base config.
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.