-
Notifications
You must be signed in to change notification settings - Fork 48
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
Does not work at all for me #42
Comments
Hi @guidoffm, thanks for taking the time to report this. |
Hi Nils, the issue with missing handlebars dependency is gone. npm ls -g now reads: After calling Loading bootprint-swagger 0.11.0 Still no output generated at all. |
Can you try the petstore-example: |
@guidoffm I have published the modules again tonight, I tried npm -g install bootprint
npm -g install bootprint-swagger
bootprint --version # prints "0.7.7"
bootprint swagger http://petstore.swagger.io/v2/swagger.json target and I get the following result.
The Could you try the new modules with your own swagger.json, but also with the petstore-example? |
After uninstalling everything and reinstalling I get the following error
|
@jneubeck Firstly I have to apologize for the long installing time of |
…returns paths in POSIX-style, that are separated by slashes and not backslashed (even on Windows) (see [bootprint-swagger#42](bootprint/bootprint-openapi#42 (comment)))
@jneubeck I have released a new version of customize which is responsible for building the file-paths. |
Thank you it now works. |
Glad to hear |
1st problem: After installing bootprint and bootprint swagger when I start bootprint I get a message complaining about missing "handelbars". There might be a missing dependency to handlebars. After installing handlebars I these versions:
├─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
└── [email protected]
After calling
bootprint swagger http://localhost:53108/backend/swagger/docs/v1 neu
I get:
Loading bootprint-swagger 0.11.0
Loading bootprint-json-schema 0.8.1
Loading bootprint-base 0.6.1
[object Object]
No output is generated at all.
The text was updated successfully, but these errors were encountered: