Hi @bensabat,
What version of the AsyncAPI generator do you have? You can check using ag -V
?
My guess is you have 0.53.1
? I’m not a node guy, but for some reason that no longer seems to bring the proper dependencies with it so I think you have two options:
- I believe if you install the latest asyncapi generator version using
npm install -g @asyncapi/generator
the latest version will now work with the AsyncAPI file exported from the EVent Portal - You can install the missing chokidar library:
npm install -g chokidar
If you go route #1 and it works please let me know ?