alibaba / formily

📱🚀 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3
https://formilyjs.org/
MIT License
10.92k stars 1.42k forks source link

[Bug Report] 本地npm run start跑不起来了 #4172

Closed SorrowX closed 6 hours ago

SorrowX commented 3 days ago

Reproduction link

Edit on CodeSandbox

Steps to reproduce

  1. 本地clone @formily/element-plus
  2. 安装依赖 yarn (node 版本 18.19.2)
  3. 运行 npm run start

What is expected?

文档正常运行

What is actually happening?

error The bundler or theme option is missing. For more details: https://v2.vuepress.vuejs.org/guide/troubleshooting.html#the-bundler-theme-option-is-missing

Package

@formily/element-plus@2.3.1


先前用node v16.20.2 安装依赖后,所有script命令都可以运行,现在安装依赖提示node18版本以上,装完,发现 npm run start 和 npm run build都不行了

SorrowX commented 3 days ago

知道原因了,原来上午有人修改了配置,提交了yarn.lock文件

请求关闭该issue