0
点赞
收藏
分享

微信扫一扫

Syntax Error: TypeError: this.getOptions is not a function

沈芏 2022-09-05 阅读 65


出现问题场景:vue运行项目过程中报错

Syntax Error: TypeError: this.getOptions is not a function_前端


检查代码中并无写错的地方

其实涉及到这个问题,就是版本原因了,我安装的 scss-loader 版本太高,卸载安装低版本即可

Syntax Error: TypeError: this.getOptions is not a function_vue.js_02

npm uninstall --save sass-loader // 卸载
npm uninstall --save node-sass // 卸载

npm i -D sass-loader@8.x // 安装
npm


举报

相关推荐

0 条评论