【问题标题】:brew install terragrunt: Error: terraform is already installed from hashicorp/tapbrew install terragrunt:错误:已从 hashcorp/tap 安装了 terraform
【发布时间】:2022-08-02 20:58:55
【问题描述】:

当我尝试使用 brew 在 macOS 上安装 terragrunt 时,出现以下错误:

==> Installing dependencies for terragrunt: terraform
Error: terraform is already installed from hashicorp/tap!
Please `brew uninstall terraform` first.\"

    标签: macos terraform homebrew terragrunt


    【解决方案1】:

    为避免此错误,您必须在安装 terragrunt 之前取消链接 terraform:

    brew unlink terraform && brew install terragrunt && brew link terraform
    
    

    【讨论】:

      猜你喜欢
      • 2021-02-25
      • 2018-04-25
      • 2019-05-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多