Fork me on GitHub
#emacs
<
2021-05-27
>
mukundzare08:05:10

I seem to be having a problem with launching the Cider Repl in emacs using the cider-jack-in command. "Unable to resolve symbol : create in this context". The error stack seems to originate from the Java libraries and not from my code. I am a newbie and have no idea how to go ahead with this. Any hints?

hindol08:05:16

Upgrading all Clojure related packages from Melpa is worth a shot.

mukundzare09:05:17

Thanks, but I tried upgrading then but the problem still persists.

mukundzare10:05:36

Deleting cider and reinstalling it worked for me!

mukundzare10:05:28

Okay, the problem was that I had removed the ns declaration from my core.clj

👍 3