Vue项目问题-TypeError: this.getOptions is not a function

Posted 枳狸

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue项目问题-TypeError: this.getOptions is not a function相关的知识,希望对你有一定的参考价值。

TypeError: this.getOptions is not a function

今天用webpack打包项目,安装了less-loader模块之后报错,如下图:
在这里插入图片描述
原因: less-loader安装的版本过高


解决方案: 1.npm uninstall less-loader
2.npm install less-loader@5.0.0

 

转自:https://blog.csdn.net/qq_42430948/article/details/113552673

以上是关于Vue项目问题-TypeError: this.getOptions is not a function的主要内容,如果未能解决你的问题,请参考以下文章

TypeError: _vm.removeProductFromCart 不是 vue/vuex 中的函数

构建新的 Vue CLI 3 项目时,如何修复 terser-webpack-plugin 中的“TypeError:无法读取未定义的属性“缩小”?

Vue:未捕获(承诺中)TypeError:无法读取未定义的属性'_c'

Vue + typescript - TypeError:对象原型可能只是一个对象或空:未定义

Vue cli - TypeError:无法读取未定义的属性“env”

v-for json 中的切片对象 - Vue 警告:TypeError:无法读取未定义的属性“切片”