Skip to content

Commit 7dcaf9d

Browse files
authored
Merge pull request #44 from aws-samples/setup-cloud9-readme-update-nodev18
Update setup-cloud9.md
2 parents 6719cd8 + a55b215 commit 7dcaf9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/setup-cloud9.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ After arranging your environment windows, you'll want to install and update some
8484
```bash
8585
sudo pip install awscli --upgrade
8686
sudo yum install -y jq
87-
aws configure set default.region us-east-2
87+
aws configure set default.region us-east-1
8888
```
8989

9090
Install NodeJS v18 and set as the default version
9191

9292
```bash
93-
nvm install 16
94-
nvm use 16
95-
nvm alias default 16
93+
nvm install 18
94+
nvm use 18
95+
nvm alias default 18
9696
```
9797

9898
The AWS CDK includes the CDK Toolkit (also called the CLI), a command line tool for working with your AWS CDK apps and stacks. Install the CDK toolkit

0 commit comments

Comments
 (0)