(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