-
Notifications
You must be signed in to change notification settings - Fork 586
swagger project edit cannot get / #581
Comments
Have tried to install the swagger-editor both locally in the project and globally but getting the same result as above. |
Since there is no swagger-editor, an error may be occurring.
or
|
I have already tried adding the swagger-editor locally as well as globally. Still getting the same error. |
Windows usersFor some versions of npm on Windows will have problems on the
|
There is also a way to edit YAML with provided docker.
This image also comes with the swagger-codegen function. |
I faced the same issue, the problem is that config/default.yaml doesn't contain the item |
It turns out that the current node release 0.7.5 doesn't provide the following patch 70846a6#diff-28fe2e29ccfb9685861115a451ee1626 yet, although it is two years old. Also the docs lack this line, so I have created an apposite pull request: #582 |
This did not work for me. I am using a Mac |
Did not fix it for me. |
Is this project maintained anymore ? |
Any news on this? |
Hi I face this issue. In my case I have solved by installing node v8.17.0 via nvm. I hope can help any one. |
I still have the same issue, I am a mac user. |
Running swagger version 0.7.5
Steps to reproduce
swagger project create profiles
express
as the frameworkswagger project edit profiles
Cannot GET /
Other way to reproduce
After step 3
4. Run command
cd profiles
to browse into the project dir5. Run
swagger project edit
6. Browser page opens up with message
Cannot GET /
The text was updated successfully, but these errors were encountered: