【问题标题】:Leiningen is missing its dependencies. (On Windows)Leiningen 缺少它的依赖项。 (在 Windows 上)
【发布时间】:2015-05-14 07:58:54
【问题描述】:

我正在尝试在 Windows 7 上安装 Leiningen。这是我的步骤:

第 1 步。下载:

cd C:\application_bin\

git clone git@github.com:technomancy/leiningen.git

第 2 步。将C:\application_bin\leiningen\bin 添加到系统路径。

第 3 步。运行:

PS C:\Users\Nick> lein repl                                                  

Leiningen is missing its dependencies.                                  
Please run "lein bootstrap" in the leiningen-core/ directory            
with a stable release of Leiningen. See CONTRIBUTING.md for details. 

我不知道缺少什么,所以我按照此错误消息中的说明进行操作:

cd C:\application_bin\leiningen\leiningen-core

lein bootstrap

Leiningen is missing its dependencies.                                  
Please run "lein bootstrap" in the leiningen-core/ directory            
with a stable release of Leiningen. See CONTRIBUTING.md for details.    

错误再次出现。我的安装步骤有什么问题?缺少哪些依赖项?

【问题讨论】:

    标签: clojure leiningen


    【解决方案1】:

    我在这里找到了解决方案:

    http://onoffswitch.net/installing-leinigen-windows/

    问题是由 Windows 上的手动安装 wget 引起的。 lein.bat 检查 wget, curl 是否存在,以及是否在 powershell 中(在这种情况下,它会创建一个 .net 网络客户端并下载目标文件)。

    解决方案:

    1. 删除wget。或
    2. 更改lein.batpowershellwget 部分的顺序。 (上述链接中的详细信息。)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-12-25
      • 2015-04-18
      • 2020-03-24
      • 2012-07-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多