bodil / cljs-noderepl

A ClojureScript REPL running on Node.JS
166 stars 21 forks source link

'lein trampoline noderepl' fails silently #5

Open ghost opened 11 years ago

ghost commented 11 years ago

Trying start a noderepl via "lein trampoline noderepl" yields "Building Clojurescript." and then returns to the shell without an error code. Starting the cljs repl manually via a clojure repl works as expected.

Using lein-cljsbuild 0.3.0, nodejs 0.8.20, lein-noderepl 0.1.6

bodil commented 11 years ago

Is there a :hooks [leiningen.cljsbuild] in your project.clj? That's the only circumstance under which I'm able to reproduce this.

ghost commented 11 years ago

Yes! And removing the hook fixes it, thank you!

bodil commented 11 years ago

Hold on, that's not a fix, that's a workaround. I'll see if I can figure out a fix...

grncdr commented 11 years ago

Did you ever figure out what causes this? I just tried out the noderepl and had the same behaviour.

bodil commented 11 years ago

No, this is still unresolved. Suggestions are welcome. :)