bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

Unable to Resolve "..child processes... that may need killed manually" #624

Closed sgnl closed 6 years ago

sgnl commented 6 years ago

see issue opened on lein-cooper: lein-cooper/issues/10

The reason why I'm opening an issue here is because I think that the problem may be related to Figwheel. If I remove the Figwheel related code in my project.clj file, I am able to run my lein cooper command without errors. Also to get more 👀 on this issue as, although it's not production code, I do have a project I'd like to continue working on and I'm currently blocked by this issue.

Any hints to finding which process to kill and how (I'm on OS X)?

Previously, changing the port that Figwheel works with was enough of a hack to avoid the error but now I can't seem to avoid this error.

Thanks and Aloha 🤙

sgnl commented 6 years ago

Fixed it just now with a simple, lein repl and exiting that session :wtf_shrug:

reference: https://github.com/cursive-ide/cursive/issues/369