-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running lein figwheel throws java.lang.NullPointerException: Cannot invoke "clojure.lang.IFn.invoke(Object)" because "loc" is null #754
Comments
-same here (defproject undeadgame "0.1.0-SNAPSHOT" :url "http://example.com/FIXME"
|
I have the following project.clj file:
When I run
lein figwheel
, I get the following error stack:I can't wrap my head around the error message. What seems to be wrong?
The text was updated successfully, but these errors were encountered: