[Sass]版本不一致导致的错误 明智之举 2021-07-19 190 阅读1分钟 报错 **Module build failed: TypeError: this.getOptions is not a function** 降sass-loader的版本 npm install sass-loader@7.3.1 --save-dev 继续报错 **Node Sass version 5.0.0 is incompatible with ^4.0.0** 继续降版本 npm install node-sass@4.14.1 --save-dev