You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Vagrant for regular development, along with Emacs on OS X.
When I run M-x cljr-clean-ns while connected to an nREPL server on the Vagrant VM, I get an error like:
I use Vagrant for regular development, along with Emacs on OS X.
When I run
M-x cljr-clean-ns
while connected to an nREPL server on the Vagrant VM, I get an error like:This is presumably because it's trying to look for the OS X file path (
/Users/tim/...
) on the Vagrant VM, and failing.The fix I'm using now is to run this on the Vagrant VM:
$ sudo mkdir -p /Users/tim/work $ sudo ln -s ~/DummyProject /Users/tim/work/DummyProject
But it would be nice for this to be fixed the right way.
cljr version: 2.0.0-SNAPSHOT
emacs version: 24.5.1
The text was updated successfully, but these errors were encountered: