其他分享
首页 > 其他分享> > error element-variables.scss this.getOptions is not a function vue-admin-element 在npm run dev 时

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

标签:scss,function,variables,loader,npm,element,getOptions
来源: https://www.cnblogs.com/holmes-jk/p/15369148.html