mobile wallpaper 1
mobile wallpaper 2
mobile wallpaper 3
mobile wallpaper 4
77 字
1 分钟
sass-loader和less版本过高问题
2021-03-13

scss#

目前sass-loader默认安装 [email protected] ,由于版本过高会报如下错误

this.getOptions is not a function

建议卸载重新安装7.0版本,而它的内置依赖项 node-sass 则可以安装4.0版本

npm uninstall sass-loader -D

less#

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

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

# 卸载
npm uninstall less less-loader
# 安装指定版本

原因#

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

分享

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

sass-loader和less版本过高问题
https://marrydream.top/posts/web前端/sass-loader和less版本过高问题/
作者
茉铃
发布于
2021-03-13
许可协议
CC BY-NC-SA 4.0

部分信息可能已经过时

目录