leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
nori 2019-08-25T20:17:14.117100Z

Hi, has anyone encountered this kinda bug on windows? It throws this error message in response to lein deps and lein repl. I can start a repl in but I cannot start a repl in /_dev/overtone. java.io.IOException: Cannot run the program clojure in directory ~/_dev/overtone. CreateProcess error=2 The system cannot find the file specified at java.lang.ProcessBuilder.start (ProcessBuilder.java:1128) Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessImpl.create (ProcessImpl.java:-2)

nori 2019-08-25T20:19:30.117300Z

overtone is a clone of git/overtone. I've been fiddling with my profiles.clj to no avail. This is what it looks like right now. {:repl {:plugins [[cider/cider-nrepl "0.22.0-beta12"] [refactor-nrepl "2.3.0-SNAPSHOT"]] :dependencies [[org.clojure/tools.nrepl "0.2.12"]]}} {:user {:plugins [[org.clojars.gmoe/overtone-template "1.0.1"]]} {:dependencies [[org.clojure/tools.nrepl "0.2.12"] [org.clojure/clojure "1.9.0"]] }}

2019-08-25T20:41:36.118300Z

I do not know if it makes a difference, but it might -- are you using WSL, or Cygwin? Or just Windows in a cmd.exe window?

nori 2019-08-25T20:44:52.118500Z

I'm using Powershell