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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -