error element-variables.scss this.getOptions is not a function vue-admin-element 在npm run dev 时


 vue-admin-element 在npm run dev 时报错 
element-variables.scss  this.getOptions is not a function  

error in ./src/styles/element-variables.scss

Syntax Error: TypeError: this.getOptions is not a function

发现在上一个报错时  把package.json中的所有依赖更新到了最新版
这次的报错就是因为这个原因
将sass-loader remove之后
重新安装到10版本就行了
npm remove sass-loader

npm i sass-loader@10.1.1
上一篇:CSS 样式穿透的三种方式


下一篇:scss - 基本使用