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
mv /Users/xxx/.config/nvim/plugged/deoplete-go/build/ujson.*.so /Users/xxx/.config/nvim/plugged/deoplete-go/rplugin/python3/deoplete/ujson.so mv: rename /Users/xxx/.config/nvim/plugged/deoplete-go/build/ujson.*.so to /Users/river/.config/xxx/plugged/deoplete-go/rplugin/python3/deoplete/ujson.so: No such file or directory make: *** [/Users/xxx/.config/nvim/plugged/deoplete-go/rplugin/python3/deoplete/ujson.so] Error 1
=====
I had hacked Makefile temporary to make it right.
The text was updated successfully, but these errors were encountered:
I ran into a similar issue. @drwx: Does your username perhaps contain spaces or something like that? I had to do some string-quoting to get that to work and I will try to do a PR with what worked for me :)
mv /Users/xxx/.config/nvim/plugged/deoplete-go/build/ujson.*.so /Users/xxx/.config/nvim/plugged/deoplete-go/rplugin/python3/deoplete/ujson.so mv: rename /Users/xxx/.config/nvim/plugged/deoplete-go/build/ujson.*.so to /Users/river/.config/xxx/plugged/deoplete-go/rplugin/python3/deoplete/ujson.so: No such file or directory make: *** [/Users/xxx/.config/nvim/plugged/deoplete-go/rplugin/python3/deoplete/ujson.so] Error 1
=====
I had hacked Makefile temporary to make it right.
The text was updated successfully, but these errors were encountered: