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

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

Open
wojtekmaj opened this issue May 14, 2024 · 1 comment · May be fixed by #6385
Open

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

wojtekmaj opened this issue May 14, 2024 · 1 comment · May be fixed by #6385

Comments

@wojtekmaj
Copy link
Contributor

wojtekmaj commented May 14, 2024

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

@snowystinger snowystinger linked a pull request May 15, 2024 that will close this issue
5 tasks
@snowystinger
Copy link
Member

Unfortunately it looks like more than just eslint-plugin-jsdoc is problematic. node-gyp and everything which depends on it fails.

One of the things depending on node-gyp is lerna, which we should be able to remove once we update to Yarn 4

PR to discover issues here: #6385

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 a pull request may close this issue.

2 participants