RocketChat / RocketChat/Rocket.Chat

Dependency version inconsistency

Open
#30,870 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.