Open jatolentino opened 1 year ago
So after running lein repl
I got the following message:
WARNING: update-vals already refers to: #'clojure.core/update-vals in namespace: refactor-nrepl.inlined-deps.orchard.v0v5v6.orchard.misc, being replaced by: #'refactor-nrepl.inlined-deps.orchard.v0v5v6.orchard.misc/update-vals
WARNING: update-keys already refers to: #'clojure.core/update-keys in namespace: refactor-nrepl.inlined-deps.orchard.v0v5v6.orchard.misc, being replaced by: #'refactor-nrepl.inlined-deps.orchard.v0v5v6.orchard.misc/update-keys
WARNING!!! version ranges found for:
[clj-tagsoup "0.3.0"] -> [org.clojure/clojure "[1.2.0,)"]
Consider using [clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]].
nREPL server started on port 61206 on host 127.0.0.1 - nrepl://127.0.0.1:61206
REPL-y 0.5.1, nREPL 0.8.3
Clojure 1.10.1
Java HotSpot(TM) 64-Bit Server VM 20.0.1+9-29
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
Results: Stored in vars *1, *2, *3, an exception in *e
But what can I do next? I put localhost and port in my browser but nothing happens, sorry I'm a newbie in Clojure.
I tried to run the server now with lein shadow watch app
and finally I'm able to go to the dashboard, but now I'm getting this message
The required namespace "svg-to-html.test-dom" is not available, it was required by "svg_to_html/view.cljs"
Any suggestions?
Hello, After running
lein run
I'm getting the following error in Linux or Windows 10. I tested with Java open JDK 11 and Leiningen 2.0. Could you suggest a fix please?