Uh oh!
There was an error while loading. Please reload this page.
fix(react-scripts): use react-scripts' own postcss dependencies - #12276
fix(react-scripts): use react-scripts' own postcss dependencies#12276await-ovo wants to merge 1 commit into
Conversation
facebook-github-bot
commented
Apr 11, 2022
Hi @await-ovo! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
facebook-github-bot
commented
Apr 11, 2022
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
facebook-github-bot
commented
Apr 11, 2022
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
merceyz
commented
Apr 12, 2022
Should be fixed in #11751 already |
cattermo
commented
May 13, 2022
This is not fixed in v5.0.1. I get error |
Fixes#12177
When using npm 8, in some cases there are no
postcss-flexbugs-fixesin the node_modules directory, instead they appear innode_modules/react-scripts/node_modules:ls -l node_modules/react-scripts/node_modules | grep postcssTherefore, we should use react-scripts' own postcss plugin dependencies, as well as postcss implementation.