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