(node:11224) UnhandledPromiseRejectionWarning: TypeError: this.getResolve is not a function


來自/感謝:https://blog.csdn.net/qq_43379916/article/details/109190506

版本過高錯誤

比如我的webpack是3.6.0版本
而我的css-loader是5.0.0
這里就會出現這個錯誤
解決辦法:
1,手動設置,然后采用npm install 重新下載
2,卸載重裝

npm uninstall css-loader //卸載
npm install css-loader@3.0.0 --save-dev   //指定版本重裝

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM