原文:解决npm报错:Module build failed: TypeError: this.getResolve is not a function

sass loader的版本过高导致的编译错误,当前最高版本是 .x,需要退回到 . . 运行: npm uninstall sass loader 卸载当前版本 npm install sass loader . . save dev 如果上面的方法不行,或者又产生其他相关的错误,可以尝试一下在webpack.base.config.js里面添加: ...

2020-02-19 12:59 0 240 推荐指数:

查看详情

TypeError: this.getResolve is not a function

问题描述:执行 npm install vue-style-loader css-loader sass-loader --save-dev 安装了css相关依赖之后,npm run dev,项目报错TypeError: this.getResolve is not a function ...

Tue Sep 10 02:07:00 CST 2019 0 1708
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM