blucesun 解决npm报错:Module build failed: TypeError: this.getResolve is not a function

Posted jasonliu2018

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了blucesun 解决npm报错:Module build failed: TypeError: this.getResolve is not a function相关的知识,希望对你有一定的参考价值。

1、sass-loader的版本过高导致的编译错误,当前最高版本是8.x,需要退回到7.3.1

  运行:

 

    npm uninstall sass-loader(卸载当前版本)

    npm install sass-loader@7.3.1 --save-dev

 

2、如果上面的方法不行,或者又产生其他相关的错误,可以尝试一下在webpack.base.config.js里面添加:

技术图片

 

 

 

 

以上是关于blucesun 解决npm报错:Module build failed: TypeError: this.getResolve is not a function的主要内容,如果未能解决你的问题,请参考以下文章

nvm 安装 npm 报错Cannot find module 'D: ode odejs ode_modulein pm-cli.js'

window下载安装node后,运行npm报错“module.js:472”是怎么回事?

ReactNative进阶(三十四):npm Error: Cannot find module ‘are-we-there-yet‘解决措施

NPM 报错--fs: re-evaluating native module sources is not supported. If you are using the graceful-fs m

npm run dev报错--Error: Cannot find module 'yargs-parser'

npm run serve 运行报错 Cannot read property ‘prefix_exceptions‘ of undefined 需要先清除缓存数据