This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-22
Channels
- # bangalore-clj (6)
- # beginners (110)
- # boot (49)
- # cider (13)
- # cljs-dev (35)
- # cljsrn (5)
- # clojure (145)
- # clojure-conj (3)
- # clojure-dev (60)
- # clojure-italy (2)
- # clojure-nl (3)
- # clojure-russia (3)
- # clojure-serbia (1)
- # clojure-spec (116)
- # clojure-uk (58)
- # clojurescript (235)
- # cursive (14)
- # datascript (7)
- # datomic (31)
- # dirac (144)
- # emacs (1)
- # events (1)
- # hoplon (12)
- # leiningen (11)
- # luminus (60)
- # lumo (19)
- # off-topic (18)
- # om (74)
- # onyx (5)
- # pedestal (13)
- # precept (3)
- # re-frame (3)
- # reagent (15)
- # remote-jobs (7)
- # ring-swagger (25)
- # rum (1)
- # untangled (53)
- # vim (3)
@j-po my first guess would be to create a specific profile with that plugin and run leiningen with-plugin ... when you want to use it or add a - to the front of the profile name if you want to exclude it. Examples in https://github.com/technomancy/leiningen/blob/master/doc/PROFILES.md
What is it called when you add an option to a lein template? (ex. lein new lumins myapp +auth
, what is the +auth
part called?)
I don’t know if this is the right place to ask, but I’m getting this exception java.io.FileNotFoundException: /usr/local/src/server/.lein-env (Permission denied)
I understood that environ
checked .lein-env
and other locations but I find it weird that it throws an exception if it doesn’t find one of those
It says Permission denied. Is it possible that the server isn't allowed to access /usr/local/src/server/
?
yeah, but I understood that environ
“tried” (emphasis on the tried) to read from a couple of files AND the sys environment.