Fork me on GitHub
#lein-figwheel
<
2015-11-25
>
mattly01:11:31

I tried upgrading figwheel-sidecar recently because I upgraded my cljs version and a bunch of stuff broke, and am now getting this when pulling deps:

mattly01:11:08

it happens with 0.5.0-1 and 0.5.0 as well

mattly02:11:13

oh I see, figwheel-sidecare.core went away

grav15:11:31

@mattly What was the solution?

mattly15:11:04

@grav: it looks like the solution is to replace my call to figwheel-sidecar/start-server! with the new component instead

grav15:11:31

Hm … ok. I am actually in another context. I tried checking out the devcards repo, and just running lein figwheel gives me the error above, eventhough sidecar isn’t a dependency

mattly15:11:44

chances are it’s a version mismatch

mattly15:11:58

something is written against an older version of figwheel

bhauman17:11:29

@grav: this shouldn't be a problem, lein clean?