maxbrunsfeld / atom-nrepl

An nrepl client for clojure development in atom
Other
31 stars 8 forks source link

could not find nrepl port file #14

Closed mneumark closed 9 years ago

mneumark commented 9 years ago

I got an error that said: Connection Error - Could not find the nrepl port file.

Any idea what that means?

maxbrunsfeld commented 9 years ago

Are you running lein repl? It should create that file.

mneumark commented 9 years ago

Yeah. I figured that out later. I might recommend mentioning that you need to run it when this error occurs.

maxbrunsfeld commented 9 years ago

Yeah, that seems reasonable.