CDK - Error: This CDK CLI is not compatible with the CDK library used by your application. Please upgrade the CLI to the latest version. (Cloud assembly schema version mismatch: Maximum schema version supported is 5.0.0, but found 7.0.0)
Fix:
npm install -g aws-cdk@latest
Comments
Post a Comment