Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
原因分析:在按照芋道官方文档的pnpm install时,会因该pnpm-lock.yaml文件的存在,导致流程表单设计的组件部分缺失,分析其原因是因为form-create在pnpm仓3.1.5版本的代码并不存在,但是在3.2.5的版本存在,可能是form-create作者尚未及时同步上传3.1.5版本代码 解决方案:
1.合并本次PR
2.或者删除掉pnpm-lock.yaml,使pnpm install时安装最新依赖
3.或者不使用pnpm命令,仅npm命令