-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New project fails to start (lein 2.5.1) #12
Comments
That bug is the reason behind: #10 So, for now, you can change the versions in the [org.clojure/clojure "1.7.0-RC2"]
[org.clojure/clojurescript "0.0-3308"] |
I just pushed a fix, should be better in version |
That moved it along but it still errors out:
|
Hmm, I just created a new project with aviary |
Sorry, I see now that your post started with some instructions. Could you give me more information about your system? |
It seems it's just not playing well with something in my profiles.clj. Trying to track it down. |
Very odd. Merely including the |
Hmmm, that's interesting. Maybe it's related to the way aviary reformats console output. I can try to take a look some time this week. |
You get this error if the project is a clojure project rather than a clojurescript project. That is at least my experience. So if you create a project with "lein new mies " you do not get the error. But "lein new app " does. |
The text was updated successfully, but these errors were encountered: