openapi-contrib / openapi3-generator

Use your API OpenAPI 3 definition to generate code, documentation, and literally anything you need.
Apache License 2.0
90 stars 27 forks source link

TypeError: Cannot read property 'length' of undefined #4

Closed tobiasstraub closed 5 years ago

tobiasstraub commented 6 years ago

After installing the generator and try the example commands to start the generator, I get the following error: TypeError: Cannot read property 'length' of undefined at sharedStart (/usr/local/lib/node_modules/openapi3-generator/lib/beautifier.js:8:45) at module.exports (/usr/local/lib/node_modules/openapi3-generator/lib/beautifier.js:177:24) at bundle.catch.then (/usr/local/lib/node_modules/openapi3-generator/lib/generator.js:284:17) at

fmvilas commented 6 years ago

Hey @tobiasstraub!

Could you please provide an example of an AsyncAPI document to reproduce the error?