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的主要内容,如果未能解决你的问题,请参考以下文章

VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘

VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘

Module build failed: Error: Cannot find module ‘node-sass‘ Require stack报错解决

Module build failed: Error: Cannot find module 'node-sass’解决

2021-01-21 Module build failed (from ./node_modules/css-loader/dist/cjs.js)

Module build failed: ReferenceError: Unknown plugin “component“ specified问题解决