-
Write something in the document below!
- There is at least one public document in every node in the Agora. Whatever you write in it will be integrated and made available for the next visitor to read and edit.
- Write to the Agora from social media.
-
Sign up as a full Agora user.
- As a full user you will be able to contribute your personal notes and resources directly to this knowledge commons. Some setup required :)
Issue when updating spacemacs: Failed to checkout 'evil-impaired'
Updated [[spacemacs]] today, and then updating the packages, got an error about 'evil-unimpaired'.
The problem
git pull
in .emacs.d to get the latest spacemacs develop branch - no problemsSPC f e D
to get my config and the template config in sync - no problems-
SPC f e U
to try and update packages - problem.
condition-case: Failed to checkout ‘evil-unimpaired’: ‘Creating directory: No such file or directory, home/neil.emacs.d/.cache/quelpa/build/evil-unimpaired/’
The fix
A few other people seem to have had a similar problem.
-
syl20bnr/spacemacs#10645 Error installing quelpa packages; complaining missin…
-
check you're on
develop
branch and notmaster
(I already was) -
try removing .cache and starting again
- error still occurs for me
-
I didn't see this solution listed anywhere else, but
mkdir -p .cache/quelpa/build/evil-unimpaired
seemed to fix it for me.
Afterwards I'm still getting this warning:
–> Warning: cannot update 2 package(s), possibly due to a temporary network problem: phpcbf php-auto-yasnippets
But let's leave that for now.