Skip to content

Conversation

@subhamkumarr
Copy link
Contributor

@subhamkumarr subhamkumarr commented Dec 26, 2025

Fix Node.js version requirement documentation mismatch

Problem

The README.md incorrectly states "Node.js version 18+" while package.json specifies "node": "20.x" in the engines field. This inconsistency can mislead contributors who may install an incompatible Node.js version.

Solution

Updated README.md to specify "Node.js version 20.x" to match the actual requirement in package.json.

Changes

  • Updated README.md line 14: Changed "Node.js version 18+" to "Node.js version 20.x"

Testing

  • Verified that the change aligns with the package.json engines field
  • No code changes, documentation only

Impact

  • ✅ Prevents confusion for new contributors
  • ✅ Ensures accurate setup instructions
  • ✅ Aligns documentation with actual project requirements

Fixes #2595


Note

Aligns docs with actual engine requirement.

  • Updates README.md prerequisite from Node.js 18+ to Node.js 20.x to match package.json engines.node

Written by Cursor Bugbot for commit 1ebdff7. This will update automatically on new commits. Configure here.

@subhamkumarr subhamkumarr requested review from a team as code owners December 26, 2025 19:34
@vercel
Copy link

vercel bot commented Dec 26, 2025

@subhamkumarr is attempting to deploy a commit to the Consensys Team on Vercel.

A member of the Team first needs to authorize it.

@subhamkumarr
Copy link
Contributor Author

subhamkumarr commented Dec 26, 2025

@AyushBherwani1998 could you please review this and merge it when you get a chance? Thanks!
Issue #2595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README lists incorrect Node.js version (18+) — project requires Node 20.x

1 participant