Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Troubleshooting

lvh edited this page Mar 8, 2016 · 2 revisions

Front-end development

lein figwheel can't find cljs/analyzer

If you see something like this:

$ lein figwheel
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate cljs/analyzer__init.class or cljs/analyzer.clj on classpath: , compiling:(figwheel_sidecar/utils.clj:1:1)

... upgrade leiningen to the latest version (2.5.3+). You can do that with lein upgrade assuming you didn't install lein through your package manager.