Closed fa8ster closed 8 years ago
I am wondering the swagger file API definition was not provided here. Path (or URL) to swagger document:
is mandatory input. Scaffolding of the application is based on this input.
Having said that the error message should have been conveying the appropriate details instead of just bomb.
Is there a way to debug it like a /verbose flag or something?
I got the same error. As stated above, to solve it I (1) copied my swagger.json file to the directory in which I was running yo and (2) specified "swagger.json" in the "Path to swagger document" prompt.
Please check the latest version generator-swaggerize@3.0.0
. This should be resolved.
The apiPath
cannot be empty anymore.