Replies: 1 comment
-
Hey, sorry for the late reply. I'm just noticing there are a lot of discussions here. SLF4J messages are nominal, they don't indicate any problem AFAIK.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there.
I wanted to try re-frame, so I built a new project using re-frame lein template and 10x following steps on template's github repo
When I run
npm install
andnpm run watch
usingnode v16.14.2 (npm v8.5.0)
I get:
After build, I go to localhost and get error in 10x window
Screenshot:
In my editor (neovim) I can connect to REPL just fine, but in
core.cljs
I getsymbol _ _ is unresolved
infn-traced [_ _]
Screenshot:
Can someone point me in the right direction? Why is this happening? Thanks for any help in advance
Beta Was this translation helpful? Give feedback.
All reactions