Momo Kornher

Results 713 comments of Momo Kornher

When I'm trying to reproduce, I'm getting the error: ``` [ERROR] The "package.json" file must specify the "main" attribute ``` Can you please post the complete `package.json` file including your...

Okay, I can reproduce this now. The error is wrong and misleading due to the wrong path being referenced. But basically these two lines conflict with each other: ```json "types":...

No worries @gankumaraamc `jsii-pacmak` indeed requires `jsii.outdir` to be set (note the lowercase `d`). The build works because `jsii` (the compiler) doesn't need this field, only `jsii-pacmak` does. Typically `jsii.outdir`...

Thanks that's helpful. Looks like `jsii-config` is not producing the right thing. Moving back to the correct repo and updating title.

The latest release should include this: https://github.com/aws/constructs/releases/tag/v10.3.1 LMK if it works.

Thanks for the report @berkaycagir Can you help me understand what's the issue here? It looks the new release of constructs caused your python project to now install typeguard v4,...

Yes, there's clearly something wrong with the code jsii produces. https://github.com/aws/jsii/issues/4541 is a known issue, but this case seems to be different because the keyword args do match in both...

Continuing the conversation here: https://github.com/aws/jsii/issues/4658

We yanked the 10.3.1 release of constructs from PyPI as a quick mitigation for most users. https://pypi.org/project/constructs/10.3.1/ We will revert this to an older version of typeguard soon. Re-opened this...

We had to revert the latest attempt as well, see https://github.com/aws/constructs/issues/2825 Transferring this issue as this is mainly a jsii concern.