Skip to content

Heads-up: repo can't be installed with Node.js 22 #6380

Open
@wojtekmaj

Description

@wojtekmaj

Provide your feedback here.

The repository fails to install on Node.js 22, soon to become a widely used LTS version.

The cause is eslint-plugin-jsdoc which has engines specified as "node": "^14 || ^16 || ^17 || ^18 || ^19". Latest version, in turn, has it set to "node": ">=18", while minimum Node.js version currently supported by this repo for development is 14.15.0.

🔦 Context

This can cause unnecessary disruptions for collaborators.

💻 Code Sample

No response

Version

n/a

What browsers are you seeing the problem on?

Other

If other, please specify

n/a

What operating system are you using?

macOS Sonoma

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions