sass-loader报错UnhandledPromiseRejectionWarning: TypeError: resolverFactory is not a function

Posted vieber

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sass-loader报错UnhandledPromiseRejectionWarning: TypeError: resolverFactory is not a function相关的知识,希望对你有一定的参考价值。

报错信息

building for production...(node:98351) UnhandledPromiseRejectionWarning: TypeError: resolverFactory is not a function

at getWebpackResolver node_modules/sass-loader/dist/utils.js

原因

因为sass-loader版本比较高,本地是10版本,所以会有这个错误,现在将为npm i sass-loader@7 7版本就可以解决这个问题。

以上是关于sass-loader报错UnhandledPromiseRejectionWarning: TypeError: resolverFactory is not a function的主要内容,如果未能解决你的问题,请参考以下文章

sass-loader报错UnhandledPromiseRejectionWarning: TypeError: resolverFactory is not a function

Vue中安装sass依赖,style引用出现报错。sass-loader高版本的坑

Vue中安装sass依赖,style引用出现报错。sass-loader高版本的坑

Vue报错: this.getOptions is not a function

node-sass安装失败,并且报错Module build failed (from ./node_modules/sass-loader/lib/loader.js)

webpack中node-sass、sass-loader在Linux中安装问题