Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix node 12 compatibility #5288

Closed
wants to merge 1 commit into from
Closed

Conversation

mattskrobola
Copy link
Contributor

Node 12 support was dropped in eslint-plugin-jsdoc version 39 which we bumped to in this PR https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.0.0. Moving it back a major version to 38 fixes the compatibility issue

Error from running yarn locally on develop with node 12.22: eslint-plugin-jsdoc@39.2.9: The engine "node" is incompatible with this module. Expected version "^14 || ^16 || ^17 || ^18". Got "12.22.0"

Checklist

  • Includes tests
  • Update documentation

Changes proposed in this pull request:

changeseslint-plugin-jsdoc dependency version from 39.2.9 to 38.1.6 in eslint-config package

Reviewers should focus on:

Screenshot

@adidahiya
Copy link
Contributor

I don't want to downgrade for the sake of Node 12 support; that version is already EOL. Please use nvm and switch to Node 16. I can update the engines in package.json to reflect this.

@adidahiya adidahiya closed this May 5, 2022
This pull request was closed.
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.

3 participants