Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workshop/content/buildpipe/cdkinit/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ npm uninstall -g aws-cdk
npm install -g aws-cdk
```

{{% notice tip %}}
If the Cloud9 terminal returns an error, use the `--force` flag: `npm install -g aws-cdk --force`
{{% /notice %}}


### Initialize project

Now, let's create a folder within our _sam-app_ directory where the pipeline code will reside.
Expand Down