Fork me on GitHub
#figwheel-main
<
2022-08-10
>
Matt19:08:26

Following up on ^ (now with a better understanding, I’m trying to switch from lein-figwheel/figwheel-sidecar to figwheel-main) We’re getting the following error w/r/t cognitect, but it’s fairly nondescript:

[Figwheel] Validating figwheel-main.edn
[Figwheel] figwheel-main.edn is valid \(ツ)/
[Figwheel] Compiling build admin to "target/public/cljs-out/admin-main.js"
[Figwheel] Failed to compile build admin in 5.115 seconds.
[Figwheel:WARNING] Compile Exception: 'com.cognitect.transit.Writer com.cognitect.transit.TransitFactory.writer(com.cognitect.transit.TransitFactory$Format, java.io.OutputStream, java.util.Map, com.cognitect.transit.WriteHandler, java.util.function.Function)'  
[Figwheel:SEVERE] 'com.cognitect.transit.Writer com.cognitect.transit.TransitFactory.writer(com.cognitect.transit.TransitFactory$Format, java.io.OutputStream, java.util.Map, com.cognitect.transit.WriteHandler, java.util.function.Function)'
[Figwheel] Starting Server at 
[Figwheel] Starting REPL
it will allow the process to continue, but we have different issues that follow. Not sure if they’re related, but it would be good to figure this one out I’ve tried adding exclusions for com.cognitect/transit-clj , com.cognitect/transit-cljs , and com.cognitect/transit-java as suggested by lein deps :tree but that didn’t change anything