Can't build create-daml-app in 1.7

Answered my own question, this issue can be resolved by manually setting your DAML_SDK_VERSION prior to running daml create-daml-app my-app. So in my example I would do: DAML_SDK_VERSION=1.7.0 daml create-daml-app my-app

This post shows how to specify it: Using old SDK version

1 Like