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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM