This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-31
Channels
- # admin-announcements (31)
- # beginners (8)
- # boot (277)
- # cider (9)
- # cljs-dev (15)
- # cljsrn (2)
- # clojars (22)
- # clojure (132)
- # clojure-russia (65)
- # clojurescript (53)
- # datavis (23)
- # datomic (1)
- # hoplon (9)
- # ldnclj (9)
- # lein-figwheel (1)
- # leiningen (2)
- # off-topic (3)
- # om (72)
- # proton (1)
- # quil (2)
- # re-frame (23)
- # reagent (33)
- # ring-swagger (2)
- # yada (5)
How do I test a leiningen template on my local system? I executed lein install
in a leiningem template folder, The output of lein new template-name example
is
% lein new cljs-npm example
Failed to resolve version for cljs-npm:lein-template:jar:RELEASE
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Could not find template cljs-npm on the classpath.
Never mind. http://jr0cket.co.uk/2015/03/clojure-templates-are-easy-with-leiningen.html solves my problem.