Skip to:
When following Quick Start, just seeing a blank line at times:
Bad:
$ clj --main cljs.main --compile hello-world.core --repl ClojureScript 1.10.339 cljs.user=>
Good:
$ clj --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.339 cljs.user=>
1.10.339Mac OSSafari
Perhaps this is a duplicate of CLJS-2625
When following Quick Start, just seeing a blank line at times:
Bad:
$ clj --main cljs.main --compile hello-world.core --repl ClojureScript 1.10.339 cljs.user=>
Good:
$ clj --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.339 cljs.user=>