0
点赞
收藏
分享

微信扫一扫

TypeError: this.getOptions is not a function at Object.lessLoader

前端王祖蓝 2022-02-08 阅读 187


安装完 less-loader

npm i less-loader

报错

TypeError: this.getOptions is not a function at Object.lessLoader

原因是版本过高

降级安装即可解决问题

npm install less-loader@6.0.0


参考
TypeError: this.getOptions is not a function




举报

相关推荐

0 条评论