Re: [ClojureScript] Has anyone tried the quickstart guide lately?

2018-03-12 Thread Zane Shelby
I just ran through the the quick start up until the first compilation step and didn't encounter any issues ( https://asciinema.org/a/uddTjAjUQVUuwnVGO3AQ1S5wP ). Are you sure you're invoking java from the same directory in which you created build.clj ? On Sun, Mar 11, 2018 at 10:05 PM, Robbie

[ClojureScript] Has anyone tried the quickstart guide lately?

2018-03-11 Thread Robbie Huffman
It's a dismal failure. Yes, the first line of build.clj is (require 'cljs.build.api) => java -cp cljs.jar:src clojure.main build.clj Exception in thread "main" java.io.FileNotFoundException: build.clj (No such file or directory) Yes, java is: > java -version java version "1.8.0_161" Java(TM)