- Install NVM. —> curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
- Install node —> nvm install --lts=Erbium
- Check versions —> nvm —version , node —version
- Use a partial node versionas default —> nvm use v12.16.1
- Removing a node version —> nvm list, nvm uninstall v11.10.1 6.npm install -g aws-cdk
- cdk --version
npm install -g typescript
mkdir my-project cd my-project
cdk init app --language typescript