我正在使用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
答案 0 :(得分:0)
对于寻找答案的人来说,有人告诉React样板不支持Postcss(现在)。
但julienben有一个久经考验的解决方案,你可以在这个帖子https://github.com/react-boilerplate/react-boilerplate/issues/2142找到它。