I am trying to install the aws-cdk and in the terminal and I run the npm install -g aws-cdk
. As stated here After npm runs, I get:
/usr/local/Cellar/node/9.8.0/bin/cdk -> /usr/local/Cellar/node/9.8.0/lib/node_modules/aws-cdk/bin/cdk
+ [email protected]
updated 1 package in 1.636s
If I try to run cdk
I get:
zsh: command not found: cdk
Installing as root worked for me:
sudo npm install -g aws-cdk
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With