You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a project with lein new figwheel and running lein figwheel fails with:
Figwheel: Cutting some fruit, just a sec ...
Could not find artifact org.clojure:clojurescript:jar:1.10.775 in central (https://repo1.maven.org/maven2/)
Could not find artifact org.clojure:clojurescript:jar:1.10.775 in clojars (https://repo.clojars.org/)
This could be due to a typo in :dependencies, file system permissions, or network issues.
From what I see on the ClojureScript releases, the official latest is 1.10.758, but project.clj specifies [org.clojure/clojurescript "1.10.775"].
If I change it to 1.10.758, then it works. I just started looking into ClojureScript, so maybe I am missing something?
Thanks!
The text was updated successfully, but these errors were encountered:
I created a project with
lein new figwheel
and runninglein figwheel
fails with:From what I see on the ClojureScript releases, the official latest is
1.10.758
, butproject.clj
specifies[org.clojure/clojurescript "1.10.775"]
.If I change it to
1.10.758
, then it works. I just started looking intoClojureScript
, so maybe I am missing something?Thanks!
The text was updated successfully, but these errors were encountered: