hey all, decided to try out cryogen and i can’t seem to make clojure -X:serve work. i get “The connection was reset” whenever I load “localhost:3000"
@nbtheduke Two Qs: when you run that command, do you get the prompt back immediately? what version of clojure are you running? (`clojure -version`)
$ clojure -version
Clojure CLI version 1.10.3.933
$ clojure -X:serve
Init: fast compile enabled = false
loading module: Flexmark parser
compiling assets...
...
"Elapsed time: 1073.843019 msecs"
2021-08-27 15:58:53.995:INFO:oejs.Server:jetty-7.6.13.v20130916
2021-08-27 15:58:54.029:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:3000
Started server on port 3000
i’ve cut out all of the compiling stuff in the middle
this is fresh from running $ clojure -X:new :template cryogen :name and then cd
Hmm, so clojure -X:serve continues to run...?
I can't even run that template right now:
(! 626)-> clojure -Tclj-new create :template cryogen :name
Execution error (ExceptionInfo) at clojure.tools.deps.alpha.extensions.maven/get-artifact (maven.clj:133).
Could not find artifact bouncycastle:bctsp-jdk14:jar:138 in central ( ) (there's a Maven relocation in play there and tools.deps doesn't support that yet)
hm! i’m not sure then