Fork me on GitHub
#spacemacs
<
2017-12-04
>
vuuvi20:12:20

I have a colleague who can’t get a cider repl to start - she keeps getting the error

Could not transfer artifact refactor-nrepl 
…. any idea how to fix this? never seen it before

ag00:12:54

probably some middleware didn't load.

ag00:12:04

are you trying to cider-connect?

vuuvi16:12:12

so this got solved — she loaded the application through the terminal so that it used the bash settings and automagically it loaded correctly.

ag18:12:34

AFAIK in order for Emacs to read the env vars correctly there is a couple of things required: - exec-path-from-shell should be added (Spacemacs includes it) - the vars need to be listed in exec-path-from-shell-variables var. By default it only includes "PATH" and "MANPATH"

ag18:12:04

so your colleague probably has something related to LEIN/BOOT as the env var

vuuvi18:12:20

yeah It’s working now thanks for the advice tho @U0G75ARHC