Module build failed: TypeError: this.getOptions is not a function
Posted 劭兮劭兮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Module build failed: TypeError: this.getOptions is not a function相关的知识,希望对你有一定的参考价值。
Error
Module build failed: TypeError: this.getOptions is not a function
解决办法
- 先卸载掉原来的高版本的less-loader:
npm uninstall less-loader
- 安装新的低版本的less-loader:
npm install less-loader@6.0.0
原因
安装的less-loader 版本过高,换一个低一点的版本
这是小白的错误原因,可能还有其它原因导致该错误,欢迎小伙伴们可以一起探讨啊!
以上是关于Module build failed: TypeError: this.getOptions is not a function的主要内容,如果未能解决你的问题,请参考以下文章