We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
mdv
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installing dependencies from https://github.com/oai/OpenAPI-Specification generates a warning about an unsupported node engine.
The warning comes from that project's dependency on
mdv
, andmdv
's dependency on this old version of theabnf
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.
The text was updated successfully, but these errors were encountered: