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