Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working #1

Open
wandonye opened this issue Sep 15, 2019 · 6 comments
Open

Not working #1

wandonye opened this issue Sep 15, 2019 · 6 comments

Comments

@wandonye
Copy link

swagger project create hello-world
Does not create anything. No error message

@maziyarpanahi
Copy link
Member

When I run it this is what I see the first time:

image

And then it creates the project (express):
image

@wandonye
Copy link
Author

@maziyarpanahi I saw the first screen shot. But no matter which one I select, no folder/file will be created. I'm on Mac OS. Don't remember the version for node at the moment. Will check later once I have access to the computer.

@maziyarpanahi
Copy link
Member

No worries, I tried it on macOS and Nodejs 10 if that helps. I’ll do few more tests. Some packages have been upgraded compare to the original repo for security so it is possible that it needs more tests even though all the tests pass successfully.

@wandonye
Copy link
Author

This one looks promising:

https://github.com/exegesis-js/exegesis

Support OpenAPI3.0 and works as convenient as the abandoned swagger-node. Very active.

@maziyarpanahi
Copy link
Member

Thanks for the link. I have also rely heavily on swagger-node-runner and swagger-express. I’ll see if I can replace them with this without giving up features I need.

@akaCaoF
Copy link

akaCaoF commented Dec 5, 2019

I have a same issue.
When Creating the project, add -f express option, the project was be created.
But showing 'no such file...' message like below on Windows cmd.

D:>swagger project create -f express Test
[Error: ENOENT: no such file or directory, rename 'D:\Test\.npmignore' -> 'D:\Test\.gitignore'] {
errno: -4058,
code: 'ENOENT',
syscall: 'rename',
path: 'D:\Test\.npmignore',
dest: 'D:\Test\.gitignore'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants