You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
@thaxy thanks a lot for opening the issue, tutorial https://killercoda.com/asyncapi/scenario/streetlight-tut is now fixed. There was issue with nodejs installation in the environment, and that is why packages did not work. ag is deprecated but should work, anyway I updated tutorial to use AsyncAPI CLI instead as this is they way to go long term.
Describe the bug
Visit the https://killercoda.com/asyncapi/scenario/streetlight-tut tutorial. The link can be found in the official docs here. Installation of
ag
or@asyncapi/cli
doesn't work.To Reproduce
Steps to reproduce the behavior:
npm install -g @asyncapi/generator
. Then runag
orag asyncapi.yaml @asyncapi/nodejs-template -o output -p server=mosquitto
=> errorsnpm install -g @asyncapi/cli
=> errorsExpected behavior
The tutorial should work as suggested.
Additional context
It seems that
ag
is deprecated. See here. I thought I would continue with the CLI but no luck with that either.The text was updated successfully, but these errors were encountered: