-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
can't build with Yarn 4 (pnp) in 3.0.0 #454
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. |
The problem is still present in version 2.0.0. |
@woylie I don't think it is related to yarn but rather how new HTML-template works. It uses new react engine for templating that requires TS transpilation of template on the fly before it is used in generation. Look like the environment where you have your html-template installed, do not allow storage of transpilation files on disk
|
Thanks.
|
@woylie please run generation command with |
Forgot to mention, I did that, still no output. |
can you see if latest html-template |
Yes, this is still an issue in @asyncapi/html-template 2.1.7 and @asyncapi/generator 1.17.5. @asyncapi/cli 1.5.2 still fails silently even with |
@derberg I just tried it, and I'm getting this output:
Versions:
|
oh damn so good is that new error shows up
instead of
there must be really some strict setup in your system, that even opening is blocked? |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Describe the bug
After upgrading from 0.28.4 to 1.0.0, the asyncapi HTML documentation cannot be built with Yarn 3 in pnp mode anymore.
How to Reproduce
yarn init -2
.yarnrc.yml
:package.json
:yarn add @asyncapi/generator @asyncapi/html-template
asyncapi.yml
yarn asyncapi
This will produce the following output:
Expected behavior
The documentation should still be built.
The text was updated successfully, but these errors were encountered: