1. 程式人生 > 其它 >(已解決) UnhandledPromiseRejectionWarning: TypeError: this.getResolve is not a function

(已解決) UnhandledPromiseRejectionWarning: TypeError: this.getResolve is not a function

技術標籤:webpack

版本過高錯誤

比如我的webpack是3.6.0版本
而我的css-loader是5.0.0
這裡就會出現這個錯誤
【解決辦法】
採用npm install 重新下載css-loader

npm install [email protected] --save-dev