首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
(已解决) UnhandledPromiseRejectionWarning: TypeError: this.getResolve is not a function
(已解决) UnhandledPromiseRejectionWarning: TypeError: this.getResolve is not a function
it
2023-10-30
71
版本过高错误
比如我的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
//指定版本重装
转载请注明原文地址: https://lol.8miu.com/read-10736.html
最新回复
(
0
)