React-boilerplate 包版本控制不匹配错误,即使包已更新为所需版本

React-boilerplate Package versioning mismatch error even though Package updated to required version

我正在使用 react-boilerplate [3.5.0] 并尝试安装 react-toolbox。安装后我们应该 运行 命令 npm run build:dll 现在它给出错误 =>

Building the Webpack DLL...
Your current PostCSS version is 5.2.18, but postcss-modules-scope uses 
6.0.17. Perhaps this is the source of the error below.
Hash: dc615358062d53518c9f
Version: webpack 3.5.5
Time: 24479ms

在那之后,我什至安装了所需版本的 postcss [6.0.17],但仍然出现此错误。如果有帮助,请查看日志文件。

https://drive.google.com/file/d/1f7qbz4pHCuZC9b6s8NqzZHpFAIMloqLZ/view?usp=sharing

对于任何寻求答案的人,有人告诉我们 React 样板文件不支持 Postcss(目前)。

但是 julienben 有一个久经考验的解决方案,您可以在此线程上找到它 https://github.com/react-boilerplate/react-boilerplate/issues/2142