cli icon indicating copy to clipboard operation
cli copied to clipboard

[BUG] AsyncAPI/generator needs to upgrade

Open Ervishalpathak7 opened this issue 8 months ago • 11 comments

Describe the bug.

when i am trying to generate the api doc using Async-cli generate method with the @asyncapi/html-template it is showing error with the message

Generator Error: This template is not compatible with the current version of the generator (1.17.25). This template is compatible with the following version range: >=2.0.0 <3.0.0.

Expected behavior

AsyncApi generator needs to be update to latest version , so that it can support the @asyncapi/html-template

Screenshots

Image

How to Reproduce

  1. Clone the repo
  2. Build with npm run build
  3. then run node bin/run generate fromTemplate ./testing/main.yml @asyncapi/html-template

🥦 Browser

None

👀 Have you checked for similar open issues?

  • [x] I checked and didn't find similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

Yes I am willing to submit a PR!

Ervishalpathak7 avatar Mar 08 '25 04:03 Ervishalpathak7