-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
13.0.22 is broken: [error] TypeError: Cannot read properties of undefined (reading 'split') #934
Comments
Trying 13.0.21: same error. |
More detailed trace back: main (yarn): Code used for testing: async generate() {
const { files } = await generateApi({
output: false,
input: this.specLocalPath,
moduleNameFirstTag: true,
moduleNameIndex: 1,
})
// ...
} Swagger used for testing: petstore.yaml So the most recent working version is 13.0.16 |
@Argeento I expect you shouldn't use Use the specific version like |
@js2me Any updates on this? The issue persist in the latest |
The latest version (13.0.22) seems to be broken. For any swagger-spec I tried I always receive:
Which version we can use?
The text was updated successfully, but these errors were encountered: