react报错:TypeError: this.getOptions is not a function

react报错:TypeError: this.getOptions is not a function

原因:

less-loader安装的版本过高

解决方案:

先卸载 less-loader
npm命令:npm uninstall less-loader --save
或yarn命令:yarn remove less-loader

再下载低版本:
npm命令:npm install less-loader@5.0.0 --save 
或yarn命令:yarn add less-loader@5.0.0

 

posted @ 2021-06-01 15:06  琴时  阅读(220)  评论(0编辑  收藏  举报