This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-07
Channels
- # adventofcode (269)
- # beginners (100)
- # boot (6)
- # cider (4)
- # cljsrn (4)
- # clojure (161)
- # clojure-android (31)
- # clojure-argentina (2)
- # clojure-brasil (8)
- # clojure-greece (45)
- # clojure-india (2)
- # clojure-madison (2)
- # clojure-russia (17)
- # clojure-spec (4)
- # clojure-sweden (1)
- # clojure-uk (32)
- # clojurescript (93)
- # core-logic (2)
- # cursive (21)
- # data-science (2)
- # datomic (46)
- # defnpodcast (1)
- # duct (5)
- # emacs (21)
- # events (1)
- # fulcro (17)
- # graphql (13)
- # job (1)
- # jobs (2)
- # leiningen (11)
- # lumo (3)
- # off-topic (119)
- # om (4)
- # onyx (2)
- # planck (6)
- # portkey (12)
- # re-frame (5)
- # reagent (3)
- # ring (5)
- # shadow-cljs (27)
- # spacemacs (19)
- # specter (6)
- # unrepl (9)
Hi, sorry if this is a basic question, but… Does anyone know why leiningen seems to be trying to use localhost to hit the maven repos?
lein new droid second-droid-clj --snapshot
Could not find metadata droid:lein-template/maven-metadata.xml in local (/Users/ian/.m2/repository)
Could not transfer metadata droid:lein-template/maven-metadata.xml from/to central ( ): Connect to [localhost/127.0.0.1] failed: Connection refused (Connection refused)
Could not transfer metadata droid:lein-template/maven-metadata.xml from/to clojars ( ): Connect to [localhost/127.0.0.1] failed: Connection refused (Connection refused)
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Could not find template droid on the classpath.
@ibcoleman do you have a proxy?
yes, just set DEBUG env var to anything
Thanks @U064X3EF3; I see the library the lein process is using, but otherwise just the same error.
lein looks up an HTTP_PROXY and HTTPS_PROXY env var to use
that is weird though,
Hello. I’d like to add a dependency for a cljs project, only to be used when running tests (using lein doo
), where do I put it? The project.clj
in question is https://github.com/flexsurfer/re-frisk/blob/master/project.clj