Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails with "Could not find artifact org.clojure:clojurescript:jar:1.10.775" #47

Open
MargaretKrutikova opened this issue Jun 18, 2020 · 2 comments

Comments

@MargaretKrutikova
Copy link

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!

@bhauman
Copy link
Owner

bhauman commented Jun 19, 2020

Thanks for the heads up @MargaretKrutikova I fixed it! BTW you may also want to try out figwheel-main https://figwheel.org/tutorial

@MargaretKrutikova
Copy link
Author

Thanks! I will check it out 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants