command not found: swagger-jsdoc
Opened this issue · 5 comments
Describe the bug
After installing swagger-jsdoc@7.0.0-rc.6
, if we ran swagger-jsdoc in terminal we get command not found: swagger-jsdoc
To Reproduce
Steps to reproduce the behavior:
- npm i swagger-jsdoc -g
- open a terminal and run swagger-jsdoc
Expected behavior
swagger-jsdoc command should be known after global install
Additional context
This issue is not reproducible in previous stable version 6.1.0
It has been removed in v7. You either have to use another project that reproduce the old CLI, write one yourself or adapt from the examples.
@behrooztabesh I have the same issue, have you solved it?
Putting this here as it's already been communciated https://github.com/Surnet/swagger-jsdoc/releases/tag/v7.0.0-rc.1
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.