You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @aws-quickstart/eks-blueprints package currently requires aws-cdk version 2.162.1. However, our project is using aws-cdk version 2.165.0, which causes a dependency conflict.
Expected Behavior
The @aws-quickstart/eks-blueprints package should support the latest version of aws-cdk.
Current Behavior
The installation fails with the following error:
npm error Could not resolve dependency:
npm error peer aws-cdk@"2.162.1" from @aws-quickstart/[email protected]
npm error node_modules/@aws-quickstart/eks-blueprints
npm error @aws-quickstart/eks-blueprints@"1.16.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
Reproduction Steps
Set aws-cdk version to 2.165.0 in package.json.
Install dependencies using npm install.
See the dependency conflict error.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.165.0
EKS Blueprints Version
No response
Node.js Version
v23.4.0
Environment details (OS name and version, etc.)
Mac os
Other information
If not will be updated soon. Can I possibly get an ETA?
The text was updated successfully, but these errors were encountered:
Note: after the initial installation, upgrading the version of CDK to an incompatible higher/lower version will produce a warning, but will succeed. For community support (submitting GitHub issues) please make sure you have a matching version configured.
Describe the bug
The
@aws-quickstart/eks-blueprints
package currently requiresaws-cdk
version2.162.1
. However, our project is usingaws-cdk
version2.165.0
, which causes a dependency conflict.Expected Behavior
The
@aws-quickstart/eks-blueprints
package should support the latest version ofaws-cdk
.Current Behavior
The installation fails with the following error:
npm error Could not resolve dependency:
npm error peer aws-cdk@"2.162.1" from @aws-quickstart/[email protected]
npm error node_modules/@aws-quickstart/eks-blueprints
npm error @aws-quickstart/eks-blueprints@"1.16.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
Reproduction Steps
aws-cdk
version to2.165.0
inpackage.json
.npm install
.Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.165.0
EKS Blueprints Version
No response
Node.js Version
v23.4.0
Environment details (OS name and version, etc.)
Mac os
Other information
If not will be updated soon. Can I possibly get an ETA?
The text was updated successfully, but these errors were encountered: