原文:解決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