Skip to content
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

Too easy to have bad dependency versions and errors are confusing #1567

Open
mbonig opened this issue Feb 28, 2023 · 0 comments
Open

Too easy to have bad dependency versions and errors are confusing #1567

mbonig opened this issue Feb 28, 2023 · 0 comments

Comments

@mbonig
Copy link

mbonig commented Feb 28, 2023

Was recently working on an update to some cdk8s code and ran into an issue where I was using a jsii-library I had previously compiled to earlier versions of cdk8s and constructs. After the upgrade the construct was failing on the consumer side with an obscure error around this code:

https://github.com/aws/constructs/blob/10.x/src/construct.ts#L71

It was ultimately caused by the consuming code using an older version of the constructs library.

I recommend an error get added here to check and suggest a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant