-
Notifications
You must be signed in to change notification settings - Fork 237
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
openapi-framework: fixed windows path names #871
Comments
I was able to fix this in the package Change
to
Then the entire openapi-framework, express-openapi, etc. packages don't see Windows backslashes anymore. Swagger looks good again. |
I've created a PR #877 |
Strange, I've found out that downgrading package
Although it could also be a solution to change |
I think, I've found a better solution. Instead of calling
I've already updated my PR where I've also updated package.json and package-lock.json to request the latest glob version >= 10.2.7 |
When using express-openapi to generate the Swagger file on windows, the openapi-framework package is generating the paths with backslashes, as shown in the image below.
Even though the PR #869 solves part of the problem, the docs are still generated with backslashes.
The text was updated successfully, but these errors were encountered: