0
我想在Windows 7上安裝Leiningen這裏是我的步驟:Leiningen缺少它的依賴關係。 (在Windows上)
步驟1.下載:
cd C:\application_bin\
git clone [email protected]: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.
錯誤再回來。我的安裝步驟有什麼問題?什麼依賴缺失?