原文:解決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-17 16:36 0 3949 推薦指數:

查看詳情

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