原文:VUE筆記:運行Vue報錯error in ./*xxxxx&lang=scss Syntax Error: TypeError: this.getOptions is not a function

運行Vue項目時 報錯Syntax Error: TypeError: this.getOptions is not a function 原因分析:一般此種情況是因為sass loader版本過高,導致項目不兼容 處理方法:降低sass loader版本 操作步驟: .在項目根目錄下,打開Git bash 輸入命令 或者直接在Vscode 命令框Terminal內輸入 ,卸載sass loade ...

2021-10-03 18:25 0 128 推薦指數:

查看詳情

Syntax Error: TypeError: this.getOptions is not a function

問題原因:安裝的 scss-loader 版本過高 (發現 stylus / less 也會有這個問題 不列舉了) npm uninstall --save sass-loader // 卸載npm i -D sass-loader@8.x // 安裝npm uninstall ...

Fri Jan 14 19:32:00 CST 2022 0 1191
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM