bytedance / bytedance/deer-flow
web/package.json最好通过engines指定下node version >=20 and pnpm >= 10
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 82.7k
- Forks
- 11.4k
- Avg merge
- 2d 39m
- Merged PRs (30d)
- 351
Description
web/package.json最好通过engines指定下node version >=20 and pnpm >= 10。不然可能会用其他版本安装依赖,lock-file的version不正确,出现意料之外的问题。我碰到了一个解析md文件插件失败的问题
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open web/package.json and inspect its package-manager metadata. Add the requested minimum versions for Node.js and pnpm through the engines field, then verify that the file clearly requires Node.js 20 or newer and pnpm 10 or newer; the issue is done when those constraints are present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 75/100