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