Search code examples
node.jsexpressswaggerswagger-uiswagger-editor

Swagger project edit doesn't do anything


I have a strange situation where I've been developing an app on my windows machine but when I run the same command for starting swagger on my Mac, it doesn't do anything.

When I run swagger project edit, it simply executes the script and there doesn't seem to be any errors or executions of any sort.

Thoughts?


Solution

  • I had to uninstall the swagger-cli tool and ensure I had both swagger-cli and swagger installed globally.