Fork me on GitHub
#figwheel-main
<
2022-05-17
>
octahedrion11:05:33

I'm getting this error what does it mean ?

Execution error (FileNotFoundException) at cljs.repl/repl* (repl.cljc:1060).
Could not locate vendor/bridge__init.class, vendor/bridge.clj or vendor/bridge.cljc on classpath.
my project compiles successfully but doesn't start the CLJS REPL

octahedrion11:05:29

ok it was because I was using Clojurescript 1.11.51 it works with 1.11.4

seancorfield19:05:53

Try 1.11.54 -- I think I saw a comment about it getting fixed in that release.

🙏 2
Drew Verlee21:05:50

I had to eval the clojure deps depdency ns in order for the changes to take place in the requiring ns. Is it possible to get figwheel to manage keeping the state in sync as it typically does? e.g my deps.edn -> :deps -> local/root project has to be evaled to see the changes. Is there an easy/configuration way to make that happen on file save?