Total newbie tries out ClojureScript... Got Clojure installed, chcekd that clj works. Then I walked through the Getting Started tutorial, but get stuck on the compile (i.e. transpile?) step:
I execute on the command line clj -M --main cljs.main --compile hello-world.core --repl and get Error building classpath. Failed to read artifact descriptor for org.clojure:clojure:jar:1.10.3 ... Caused by: java.io.EOFException: SSL peer shut down incorrectly ... Looks like I need an internet connection to transpile the hello_world file? Or do I something else totally wrong? How can I transpile a simple dependency-less file to JavaScript without internet connection? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/clojurescript/0ee9f087-66d6-47bc-8737-378ec33589edn%40googlegroups.com.
