You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using oas3-tools indirectly as a npm module when I'm generating a nodejs server with the Swagger UI, and it seems that the middleware folder isn't getting copied and compiled over to the dist folder.
Hi Bug Hunters,
I'm using oas3-tools indirectly as a npm module when I'm generating a nodejs server with the Swagger UI, and it seems that the
middleware
folder isn't getting copied and compiled over to thedist
folder.Steps to recreate:
Edit > Convert to YAML
Edit > Convert to Open API 2
Generate Server > nodejs-server
npm start
which will build and try to run the server which will bonk on this particular error mentioned.Here's the Stackoverflow question for more context:
The text was updated successfully, but these errors were encountered: