Bug
[AWS CDK] CDK command not found even though I downloaded the AWS-CLI package
brightlightkim
2022. 4. 6. 04:20
If you have this error..
$ cdk
Command 'cdk' not found, did you mean:
....
Just install aws-cdk by typing:
$ npm install -g aws-cdk
added 1 package, and audited 2 packages in 2s
found 0 vulnerabilities