Module build failed: TypeError: this.getResolve is not a function at Object.loader 安装node-sass运行报错


npm install sass-loader node-sass --save-dev

npm install stylus stylus-loader --save-dev

mpvue想同时用stylus和sass,刚开始只用sass没问题,后来一起装上去就出问题了。

然后卸了重装sass,还是不行。

Module build failed: TypeError: this.getResolve is not a function at Object.loader 

参考:

https://blog.csdn.net/ze1024/article/details/100516650

 npm uninstall sass-loader(卸载当前版本)卸了重新安装了一个低版本的就好了。npm install [email protected] --save-dev

 

你可能感兴趣的:(css,npm,mpvue)