TypeError: Cannot read property 'compilation' of undefined

Posted huangjie-sol

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: Cannot read property 'compilation' of undefined相关的知识,希望对你有一定的参考价值。

报错:

技术图片

 

 原因:

版本问题,webpack是3.6.0版本技术图片

,但是optimize-css-assets-webpack-plugin是5.0.3版本技术图片

解决办法:

把optimize-css-assets-webpack-plugin改为3.2.0

npm i optimize-css-assets-webpack-plugin@3.2.0

若提示:

技术图片

 

 千万不要理会,不然他们的版本又会变回去了....

 

 

 

 

 

 

 

 

 

 

 

以上是关于TypeError: Cannot read property 'compilation' of undefined的主要内容,如果未能解决你的问题,请参考以下文章

TypeError: Cannot read properties of undefined (reading 'app') (Flutter web app)

TypeError: Cannot read properties of undefined (reading 'length') - 想要解释为啥代码这样说

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'fingerprint') Laravel Live

D3.js 一直遇到这个错误 TypeError: Cannot read properties of null (reading 'ownerDocument')?

React Material UI:Appbar 给出了 TypeError: Cannot read properties of undefined (reading '100')

TypeError: Cannot read property 'scrollIntoView' of null 如何解决?