generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
aws/aws-cdk
#34113Description
Describe the bug
When trying to install @aws-cdk/[email protected], the following warnings will appear:
WARN Issues with peer dependencies found
.
└─┬ @aws-cdk/toolkit-lib 0.1.8
├─┬ @aws-cdk/cx-api 2.188.0
│ └── ✕ unmet peer @aws-cdk/cloud-assembly-schema@^41.0.0: found 43.0.0
└─┬ cdk-assets 3.2.0
└─┬ @aws-cdk/cx-api 2.188.0
└── ✕ unmet peer @aws-cdk/cloud-assembly-schema@^41.0.0: found 42.0.0 in cdk-assets
By going back two versions to 0.1.6
, this is slightly remedied, but not completely:
WARN Issues with peer dependencies found
.
└─┬ @aws-cdk/toolkit-lib 0.1.5
└─┬ cdk-assets 3.2.0
└─┬ @aws-cdk/cx-api 2.188.0
└── ✕ unmet peer @aws-cdk/cloud-assembly-schema@^41.0.0: found 42.0.0 in cdk-assets
Regression Issue
- Select this option if this issue appears to be a regression.
Last Known Working CDK Version
No response
Expected Behavior
@aws-cdk/toolkit-lib should only pull in dependency versions which match the same peer dependency versions.
Current Behavior
@aws-cdk/toolkit-lib pulls in dependencies with mismatching peer dependency versions.
Reproduction Steps
pnpm add @aws-cdk/toolkit-lib
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
None
Framework Version
No response
Node.js Version
v22.14.0
OS
Pop!_OS 22.04 LTS
Language
TypeScript
Language Version
No response
Other information
No response