【发布时间】: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.
错误再次出现。我的安装步骤有什么问题?缺少哪些依赖项?
【问题讨论】: