UnhandledPromiseRejectionWarning: TypeError: loaderContext.getResolve is not a function
程序员文章站
2022-11-05 09:06:22
随着项目的壮大,手撕一两千行CSS已经成为一种常态,为了节约时间和成本,因此需要学习一下相应的CSS预处理技术,其中最为流行的当属Less和SASS了,相比之下,Less能更快入门,因此,本人使用的是Less这项技术,不过在安装Less后,运行vue项目后报错:UnhandledPromiseRejectionWarning: TypeError: loaderContext.getResolve is not a function,查了之后才知道这是由于less-loader版本过高 ......
随着项目的壮大,手撕一两千行CSS已经成为一种常态,为了节约时间和成本,因此需要学习一下相应的CSS预处理技术,其中最为流行的当属Less和SASS了,相比之下,Less能更快入门,因此,本人使用的是Less这项技术,不过在安装Less后,运行vue项目后报错:UnhandledPromiseRejectionWarning: TypeError: loaderContext.getResolve is not a function,查了之后才知道这是由于less-loader版本过高
只需要搭配低版本,在项目下根据自己使用的工具输入即可:yarn add less-loader@5.0.0 -D 或者 npm install less-loader@5.0.0 -D 或 cnpm install less-loader@5.0.0 -D 即可解决这个问题
本文地址:https://blog.csdn.net/TB199404/article/details/109365985
上一篇: 揭秘:古代将军头盔上的枪尖是干什么用的?
推荐阅读
-
d3.svg.line()错误:TypeError: d3.svg.line is not a function
-
Vue 报错TypeError: this.$set is not a function 的解决方法
-
UnhandledPromiseRejectionWarning: TypeError: loaderContext.getResolve is not a function
-
关于Uncaught TypeError: validator.resetForm is not a function错误的问题
-
vuejs路由使用的问题Error in render function: "TypeError: Cannot read property 'matched' of undefined"
-
Uncaught TypeError: xx.split is not a function
-
TypeError: cb.apply is not a function
-
Uncaught TypeError: $(...).uedSelect is not a function
-
报错:Uncaught TypeError: $(…).dialog is not a function,处理方法。
-
Uncaught TypeError: Object.entries is not a function