Modele build failed: TypeError: this.getResolve is not a function at Object.loader...
npm install node-sass --save-dev //安装 node-sass
npm install sass-loader --save-dev //安装 sass-loader
npm install style-loader --save-dev //安装 style-loader
出现以下问题可能是版本错误
Modele build failed: TypeError: this.getResolve is not a function at Object.loader... 处理方法
将 "sass-loader": "^8.0.0",更换成了 "sass-loader": "^7.3.1" package.json 中查找替换
npm install
npm run dev
本文来自博客园,作者:jialiangzai,转载请注明原文链接:https://www.cnblogs.com/zsnhweb/articles/17494493.html

浙公网安备 33010602011771号