Syntax Error: Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree.
第一步
npm install @vue/compiler-sfc
npm run dev 運行成功,本地打開頁面是空白,控制台報錯
重新下載了vue-loader ,完美解決問題
第二步
npm i -D vue-loader@14
Syntax Error: Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree.
第一步
npm install @vue/compiler-sfc
npm run dev 運行成功,本地打開頁面是空白,控制台報錯
重新下載了vue-loader ,完美解決問題
第二步
npm i -D vue-loader@14
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。