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
The latest major version of commander has changed how options are parsed:
https://github.com/tj/commander.js/blob/master/CHANGELOG.md#migration-tips
This is resulting in options being passed into spectacle having no effect.
EG:
When I run:
node_modules/spectacle-docs/bin/spectacle.js swagger/v1/swagger.yaml -t public/api_docs
The path does not change from the default (public).
public
This library has specified any version of commander as a dependency:
https://github.com/sourcey/spectacle/blob/master/package.json
I think there are two paths to resolving this:
The text was updated successfully, but these errors were encountered:
I think this is yarn specific but you can work around this with a resolution in your package.json
"resolutions": { "spectacle-docs/commander": "6.x.x" },
Sorry, something went wrong.
Looks to be resolved by #224
yarn add 'spectacle-docs@https://github.com/sourcey/spectacle#3257da500b8a2483b6ad3356e50fe00b65bb6a6f' until there's a release
yarn add 'spectacle-docs@https://github.com/sourcey/spectacle#3257da500b8a2483b6ad3356e50fe00b65bb6a6f'
No branches or pull requests
The latest major version of commander has changed how options are parsed:
https://github.com/tj/commander.js/blob/master/CHANGELOG.md#migration-tips
This is resulting in options being passed into spectacle having no effect.
EG:
When I run:
The path does not change from the default (
public
).This library has specified any version of commander as a dependency:
https://github.com/sourcey/spectacle/blob/master/package.json
I think there are two paths to resolving this:
The text was updated successfully, but these errors were encountered: