Jan 29, 2024
Hi Francisco,
Ohh, sorry about that.
There are two ways:
1. Run the global install command: `npm i -g aws-cdk`
2. Install into `aws-cdk` your `package.json` file. Then create an npm script in that file so you can invoke the cdk command: `npm run cdk`
Hope that helpsl