I have installed the AWS CDK as per the instructions here : https://github.com/aws/aws-cdk
npm i -g aws-cdk
ran happily, however when I run cdk
from the command line the result is
$ cdk
-bash: cdk: command not found
Following the manual install instructions did not fix this.