Fork me on GitHub
#shadow-cljs
<
2018-10-09
>
joelsanchez20:10:14

having some...problems here

joelsanchez20:10:39

normally shadow-cljs works flawlessly, this happens on very specific circumstances. I will post the solution when/if I find it

thheller20:10:30

@joelsanchez this looks like an internal closure compiler error, this sometimes happens with weird JS code on npm it just doesn't like

thheller20:10:57

typically there isn't much to be done besides reporting it to them and wait for the fix

thheller20:10:06

helps a lot to reproduce with on the closure compiler though

thheller20:10:39

although NoSuchMethodError is weird so it may just be a dependency conflict?

thheller21:10:34

@joelsanchez if you use lein or deps make sure you are getting the correct closure-compiler version

joelsanchez23:10:24

@thheller yeah it was that. using an old closure compiler because of a deps conflict. thank you!