碼上歡樂
首頁
榜單
標簽
關於
搜索
相關內容
簡體
繁體
(node:11068) UnhandledPromiseRejectionWarning: TypeError: this.getResolve is not a function
本文轉載自
查看原文
2020-10-08 17:30
1093
Vuejs
loader版本過高導致的錯誤
跟着學習視頻看,老師使用的webpack版本是3.6.0,所以對應css-loader的版本是2.0.2,所以卸載重新裝一下就好了
npm uninstall css-loader(卸載)
npm install css-loader@2.0.2 --save-dev
×
免責聲明!
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。
猜您在找
安裝css-loader版本號過高---UnhandledPromiseRejectionWarning: TypeError: this.getResolve is not a function
解決npm報錯:Module build failed: TypeError: this.getResolve is not a function
vue 安裝scss 報錯 TypeError: this.getResolve is not a function 解決
vue使用scss報錯Module build failed: TypeError: this.getResolve is not a function at Object.loader 安裝node-sass運行報錯
vue使用sass報Modele build failed: TypeError: this.getResolve is not a function at Object.loader...
Vue項目啟動報錯:UnhandledPromiseRejectionWarning: TypeError: loaderContext.getResolve is not a function問題解決
less--Module build failed: TypeError: loaderContext.getResolve is not a function
Vue Module build failed: TypeError: loaderContext.getResolve is not a function 解決辦法
報錯TypeError: Object(...)(...).then(...) is not a function"
TypeError: this.getOptions is not a function
粵ICP備18138465號
© 2018-2025 CODEPRJ.COM