-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
This template is not compatible with the current version of the generator #408
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. |
Hi, it might work with newer generator but that has to be checked. Please open a PR and change https://github.com/asyncapi/nodejs-ws-template/blob/master/package.json#L89 value from keep in mind node 18 minimum is required |
Hey thanks for replay. Seems like it didn't work? |
🎉 This issue has been resolved in version 0.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug.
when running generation get this error
And here is the exact command I run
In case of downgrading to 1.10.0 it runned the generation, but I suppose it should work on version 2.5.0 too. I tried to run the same command for 2.5.0 version too like so
it didn't work again. But this time got an other error
Expected behavior
Please provide working cli command to run generation.
Screenshots
How to Reproduce
npm install -g @asyncapi/generator
ag https://raw.githubusercontent.com/asyncapi/generator/v1.4.0/test/docs/ws.yml @asyncapi/nodejs-ws-template -o output -p server=localhost
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
None
The text was updated successfully, but these errors were encountered: