Wil Koch
Wil Koch
Thank you @bogi158! Its taken a lot to get the openapi nodejs-express-server generator working for me. I documented all the steps I had to take to get it working with...
Hi @wing328 using npm (assuming below is what you meant) does not work. I tried the following, ``` npm install -g @openapitools/openapi-generator-cli ``` And then ran, ``` openapi-generator-cli generate ```...
Hi @wing328 thanks for the follow up. After much debugging I discovered that the same error is given if the `openapitools.json` file does not follow the openapi-generator-cli schema (I didn't...
I need this support as well. Anyone know of any alternatives?