错误Module build failed: TypeError: this.getResolve is not a function

1,065 阅读1分钟

安装sass过程中发现出现错误:Module build failed: TypeError: this.getResolve is not a function

这是因为当前sass的版本太高,webpack编译时出现了错误,这个时候只需要换成低版本的就行,

卸载当前版本 npm uninstall sass-loader 安装 npm install sass-loader@7.3.1 --save-dev 即可!