mobile wallpaper 1
mobile wallpaper 2
mobile wallpaper 3
mobile wallpaper 4
33 字
1 分钟
Less安装报错问题
2021-05-16

报错#

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

解决问题#

版本过高,需要安装指定版本

npm uninstall less less-loader // 卸载
npm install [email protected] [email protected] -s // 安装指定版本

原因#

推测是webpackless-loader版本兼容问题导致

分享

如果这篇文章对你有帮助,欢迎分享给更多人!

Less安装报错问题
https://marrydream.top/posts/web前端/less安装报错问题/
作者
茉铃
发布于
2021-05-16
许可协议
CC BY-NC-SA 4.0

部分信息可能已经过时

目录