新运行DAML

时间:2019-04-21 14:25:03

标签: daml

运行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")
          ]
        }
      )
    )
  )
)

它是什么意思?

1 个答案:

答案 0 :(得分:0)

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