当前位置:网站首页>[记录]TypeError: this.getOptions is not a function

[记录]TypeError: this.getOptions is not a function

2022-04-23 18:56:00 V_Gamer

今天写项目的时候需要用到less,然后安装了less和less-loader,但是之后在写router下的index文件时报错:

TypeError: this.getOptions is not a function

image.png
查询后发现时less-loader版本安装过高。
解决办法:
第一步: npm uninstall less-loader
第二步: npm install [email protected]

参考:
https://blog.csdn.net/qq_4243...

版权声明
本文为[V_Gamer]所创,转载请带上原文链接,感谢
https://segmentfault.com/a/1190000041747143