npm报错:Module build failed: TypeError: this.getResolve is not a function ----

npm报错:Module build failed: TypeError: this.getResolve is not a function
报错原因:sass-loader的版本过高导致的编译错误,需要退回到7.3.1
解决:
第一步:npm uninstall sass-loader // 卸载当前版本

第二步:npm install sass-loader@7.3.1 --save-dev

参考:https://blog.csdn.net/weixin_42566993/article/details/107599465

 

posted @ 2021-03-26 14:26  chillaxy-杨  阅读(99)  评论(0)    收藏  举报