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删除。