-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Project build fails with Template Render Error #108
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue. |
@CoolSpy3 I found the bug. I tested and your schema passes successfully with my change but I'm not able to say if the result is correct or not. Please check on your side, when you run |
I can confirm that running that branch fixes the error. Thank you for your help :) |
@CoolSpy3 awesome, I'll just grab a reviewer and we'll release it today |
🎉 This issue has been resolved in version 0.22.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
Building this project produces the following error:
unless
java-spring-template
is downgraded to version 0.20.1.How to Reproduce
npm install -g graceful-fs
to bypass issue Error: Cannot find module 'graceful-fs' (GitBash / Win10) #80ag -o <dir> wpilib-ws-schema/schema/wpilib-ws.yaml @asyncapi/java-spring-template
ag -o <dir> wpilib-ws-schema/schema/wpilib-ws.yaml @asyncapi/[email protected]
Expected behavior
The code should build without errors on the latest version of
java-spring-template
The text was updated successfully, but these errors were encountered: