DAML 当 运行 da new

DAML when running da new

当 运行 da new 我收到此错误(为了提高可读性而缩进):

RepoError (
  ErrorDownload (
    ServantErrorWithContext (
      FailureResponse (
        Response {
          responseStatusCode = Status {
            statusCode = 404,
            statusMessage = "Not Found"
          },
          responseHeaders = fromList [
            ("Server","nginx"),
            ("Date","Sun, 21 Apr 2019 14:20:58 GMT"),
            ("Content-Type","text/plain"),
            ("Transfer-Encoding","chunk")
          ]
        }
      )
    )
  )
)

什么意思?

使用最新版本的 DAML,我们引入了 daml 命令。我建议你尝试使用它。