We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related issue is swagger-api/swagger-node#351 but the pr swagger-api/swagger-node#352 didn't get merged.
The text was updated successfully, but these errors were encountered:
Init swagger node project structure
8db1fb3
FIXME: using vendor swagger won't work see #1
after install, edit node_modules/swagger/config/index.js change
node_modules/swagger/config/index.js
editorDir: path.resolve(config.nodeModules, 'swagger-editor'), to editorDir: path.dirname(require.resolve('swagger-editor'))
editorDir: path.resolve(config.nodeModules, 'swagger-editor'),
editorDir: path.dirname(require.resolve('swagger-editor'))
Sorry, something went wrong.
Fixed in swagger-api/swagger-node#369
Fixes #1 convert swagger.yaml to swagger.json
e0541d7
- use js-yaml library to read yaml and write to pretty print json
at15
No branches or pull requests
related issue is swagger-api/swagger-node#351 but the pr swagger-api/swagger-node#352 didn't get merged.
The text was updated successfully, but these errors were encountered: