Fork me on GitHub
#protorepl
<
2016-12-02
>
bcbradley00:12:14

hey i'm having trouble getting this working on windows

bcbradley00:12:33

when I try to make a proto-repl it says

Starting REPL with lein in C:\Users\brian\.atom\packages/proto-repl/proto-no-proj
The system cannot find the path specified.
REPL Closed

bcbradley00:12:48

If it helps to be specific, I have lein and boot both bound to "lein" and "boot" on the command line, and I left the defaults in the proto-repl settings unaltered

jasongilman02:12:20

@bcbradley: try specifying the exact path the Lein and boot in the settings

bcbradley02:12:19

i'll try that and report back

bcbradley03:12:49

@jasongilman that worked thankyou!

seancorfield20:12:54

There you go @jasongilman -- #proto-repl is no more 🙂

keatondunsford21:12:04

Hey, for anyone doing cljs mobile dev, what’s the easiest way to set up a proto-repl session to connect to your Re-Natal app running via lein figwheel ios? I know doing that command sets up a repl in the terminal, but it would be cool to be able to send code in directly via the server Figwheel is running on.

jasongilman21:12:08

@keatondunsford: does it start an nREPL server?