Fork me on GitHub
#cursive
<
2017-10-02
>
val_waeselynck11:10:45

What is the recommended way of running a Basic ClojureScript REPL in Cursive ? I can't seem to get my dependencies found. Works fine with lein repl.

val_waeselynck11:10:33

I got it to work after adding ClojureScript to the default dependencies, then removing them.

manderson18:10:57

I upgraded to latest IntelliJ (2017.2.5) and Cursive (1.6.2-eap1-2017.2) and for some reason every namespace I open in the editor can't resolve any of the dependencies (get the warning lines). The REPL runs fine and I can execute fn's from my NS, so appears all the dependencies were found, but the editor seems to not be aware of them... Has this happened to anyone else?

danielcompton19:10:33

@manderson try invalidating all caches

danielcompton19:10:55

File > Invalidate Caches/Restart

manderson19:10:31

Ah, didn't know about that. It seems to have done the trick. Thanks @danielcompton!