-
-
Notifications
You must be signed in to change notification settings - Fork 653
Description
I'm getting the following error regardless of what I type. I start the client inside nrepl of emacs. If I use just terminal it works but not from emacs. (I typed just number 10 and I got following). Any idea how can I fix this? Thanks
"Error evaluating:" (clojure.pprint/pprint 10) :as "clojure.pprint.pprint.call(null,10);\n"
TypeError: Cannot read property 'pprint' of undefined
at eval (eval at (http://localhost:3000/piggieback_browser.js:30554:257), :1:79)
at eval (eval at (http://localhost:3000/piggieback_browser.js:30554:257), :6:3)
at http://localhost:3000/piggieback_browser.js:30554:252
at evaluate_javascript (http://localhost:3000/piggieback_browser.js:30567:4)
at Object.callback (http://localhost:3000/piggieback_browser.js:30632:181)
at goog.messaging.AbstractChannel.deliver (http://localhost:3000/piggieback_browser.js:28088:13)
at goog.net.xpc.CrossPageChannel.xpcDeliver (http://localhost:3000/piggieback_browser.js:29458:14)
at Function.goog.net.xpc.NativeMessagingTransport.messageReceived_ (http://localhost:3000/piggieback_browser.js:28872:13)
at goog.events.Listener.handleEvent (http://localhost:3000/piggieback_browser.js:22998:26)
at Object.goog.events.fireListener (http://localhost:3000/piggieback_browser.js:23375:19)