xtermjs / xterm.js

A terminal for the web
https://xtermjs.org/
MIT License
17.33k stars 1.61k forks source link

Update required eslint and eslint-plugin-jsdoc versions #4930

Closed PerBothner closed 8 months ago

PerBothner commented 8 months ago

This fixes a problem when using node 20.x.x, because eslint-plugin-jsdoc@39.9.1 requires node version "^14 || ^16 || ^17 || ^18 || ^19".

$ node --version
v20.10.0
$ yarn
yarn install v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
error eslint-plugin-jsdoc@39.9.1: The engine "node" is incompatible with this module. Expected version "^14 || ^16 || ^17 || ^18 || ^19". Got "20.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.