1
0

More than 3 years have passed since last update.

CDKで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 7.0.0, but found 13.0.0)

Posted at

問題

CDKでデプロイしようとしたところ下記のようなエラーが表示された


his 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 7.0.0, but found 13.0.0)

解決策

とりあえずaws-cdkのバージョンアップを行うことで解決
グローバルでaws-cdkを扱うのはあまり良くないが急ぎなのでまあしょうがない。


yarn global upgrade aws-cdk@latest 

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0