installation - Leiningen installing error? -


today when finshed install leiningen
below error shows up.
wrong , how fix !

enter image description here

obviously leiningen's jar has not been downloaded. can try install manually:

1. download https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat  2. lein.bat self-install  

it should show download of jar.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -