RocketChat / RocketChat/Rocket.Chat
Dependency version inconsistency
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
In the package.json file , under the engines section - version of yarn required is "3.2.2" but under volta section is "1.22.18".
The specific line numbers in the package.json file -> 44,48 and 60.
"engines": {
"yarn": "3.2.2",
"node": "14.21.3",
"npm": "Use yarn instead"
},
"packageManager": "yarn@3.2.2",
"volta": {
"node": "14.21.3",
"yarn": "1.22.18"
},
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
Start with package.json lines 44, 48, and 60, focusing on the engines, packageManager, and volta entries. Confirm the intended Yarn version and make the configuration consistent, then verify that the resulting package metadata agrees across those sections.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100