-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Error: Custom transpiler can only be used when transpileOnly is enabled #286
Comments
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. |
I had the same issue and were able to solve it by using the
|
Thanks for the tip! I also started using the generator directly in a shell script. It just bugs me (pun intended?) that the getting started documentation results in an error. I spent so much time trying to figure out what I had done wrong. |
Great! I also didn't get it to work with the getting started documentation and didn't find the reason for it. |
Hey folks, sorry for not responding for so long. I just opened a PR that fixes the issue #300 if you want to go best to use AsyncAPI CLI as we also plan to use it in #281 |
just tested latest docker |
Describe the bug
A clear and concise description of what the bug is:
ts-node
throws error when followinggithub-action-for-generator
documentation and copy-pasted the workflow file for a hello world example.How to Reproduce
Steps to reproduce the issue. Attach all resources that can help us understand the issue:
Here is a hello world repo that exhibits the error:
https://github.com/perdue/asyncapi-test
docs/api/my-asyncapi.yml:
.github/workflows/generate.yml:
Expected behavior
A clear and concise description of what you expected to happen:
I expected the generator to produce the correct output considering I was following the README.
The text was updated successfully, but these errors were encountered: