-
Notifications
You must be signed in to change notification settings - Fork 56
Lein droid fails on Windows 10 #155
Comments
I am facing the same on arch linux with lein: |
Facing the same issue, I am on Ubuntu 16.04: $ lein --version $ cat ~/.lein/profiles.clj |
This bug happened because Leinigen 2.7.0 broke their [internal, to be fair] function #154 is also related. |
Done , the fix works : $ lein --version $ lein new droid test-bug-115 org.exmaple.testbug115 $ lein droid doall Thanks Alex |
@jitendranair Great! You might want to jump directly to |
Seems 0.4.6 is not available on clojars.org |
Sorry, my bad. Should be there now. |
When passing arguments to droid, it fails with the following:
the result is the same for any command attempting to create a project with more than the default:
At first I thought this was my path, so I went through the heinous process of renaming my home folder in windows, it now has no spaces or special characters. Here's the system specs:
Any help would be awesome, just getting started in this stuff so obviously not a subject matter expert.
The text was updated successfully, but these errors were encountered: