Skip to content

Instantly share code, notes, and snippets.

Step 1

  • Update Brew: brew update
  • Install Node & NPM: brew install node
  • Globally install CDK : npm i -g aws-cdk
  • Check your installed CDK version: cdk --version. Version should be 1.36.1 (at time of writing)
  • In case of any error run npx npm-check-updates -u to update your packages

Step 2