his CDK CLI is not compatible with the CDK library used by your application. Please upgrade the CLI to the latest version.
$ npm update aws-cdk $ npx cdk deploy
グローバルの cdk cli を使っていなかったので npm -g
ではない
$ npm update aws-cdk $ npx cdk deploy
グローバルの cdk cli を使っていなかったので npm -g
ではない