dcloudio / uni-app

A cross-platform framework using Vue.js
https://uniapp.dcloud.io
Apache License 2.0
40.15k stars 3.64k forks source link

从官网上新下载的 Vue3/Vite 模板, `npm run dev:h5:ssr` 直接报错,ssr模式跑都跑不起来 #4237

Open sonofmagic opened 1 year ago

sonofmagic commented 1 year ago

问题描述 从官网上新下载的 Vue3/Vite 模板, npm run dev:h5:ssr 直接报错,ssr模式跑都跑不起来

复现步骤

  1. 访问 https://uniapp.dcloud.net.cn/quickstart-cli.html
  2. 从 gitee 下载模板
  3. npm install
  4. npm run dev:h5:ssr

预期结果 起码可以顺利运行

实际结果

error when starting dev server:
Error: Failed to resolve vue/compiler-sfc.
@vitejs/plugin-vue requires vue (>=3.2.25) to be present in the dependency tree.

系统信息:

补充信息

jacksplwxy commented 1 year ago

3.0.0-alpha-3070720230316001存在同样的问题