Skip to content

⚠️ High Node.js Version Requirement May Block Users #44

Description

@bitkojine

The package.json specifies Node.js >=22.14.0, which is a very recent version that many developers may not have installed.

Current Requirement: Node.js >=22.14.0
Recommended: Consider supporting Node.js >=18.0.0 or >=20.0.0 for broader compatibility

Impact:

  • Installation failures for users with older Node.js versions
  • Reduced adoption rate
  • CI/CD pipeline compatibility issues

Suggested Solutions:

  1. Test with Node.js 18 LTS and update minimum version if compatible
  2. Document version requirements clearly in README
  3. Consider using engines field more effectively for version checking

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions