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

abnf dependency generates warnings on modern node versions #99

Open
duncanbeevers opened this issue Feb 10, 2025 · 0 comments
Open

abnf dependency generates warnings on modern node versions #99

duncanbeevers opened this issue Feb 10, 2025 · 0 comments

Comments

@duncanbeevers
Copy link

duncanbeevers commented Feb 10, 2025

Installing dependencies from https://github.com/oai/OpenAPI-Specification generates a warning about an unsupported node engine.

$ npm install
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '[email protected]',
npm warn EBADENGINE   required: { node: '~0.10.10' },
npm warn EBADENGINE   current: { node: 'v22.13.0', npm: '10.9.2' }
npm warn EBADENGINE }

The warning comes from that project's dependency on mdv, and mdv's dependency on this old version of the abnf package.

I haven't investigated the upgrade path from abnf 0.0.5 to its current version 4.3.1, but thought it was at least worth discussing.

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

No branches or pull requests

1 participant