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
swagger-parser@npm:10.0.2 doesn't provide openapi-types
Tired of seeing these warnings:
➤ YN0002: │ swagger-parser@npm:10.0.2 doesn't provide openapi-types (p8111f), requested by @apidevtools/swagger-parser
Shouldn't this be a peer dependency? I have openapi-types in my project already, and still see this message.
openapi-types
➤ YN0000: swagger-parser@npm:10.0.2 doesn't provide openapi-types, breaking the following requirements: ➤ YN0000: @apidevtools/swagger-parser@npm:10.0.2 [9cdba] → >=7 ✘
Apparently you want openapi-types version 7 even though the current is 12...?
7
12
The text was updated successfully, but these errors were encountered:
Duplicate of #199
Sorry, something went wrong.
No branches or pull requests
Tired of seeing these warnings:
Shouldn't this be a peer dependency? I have
openapi-types
in my project already, and still see this message.Apparently you want
openapi-types
version7
even though the current is12
...?The text was updated successfully, but these errors were encountered: