@AndreaGriffiths11 wrote:
Atom shows there is a new version available but the version fails to install. You might have an error message showing a permissions error for example:
or it will say downloading but forever loops without restarting or updating.
You need to fix one or more of the following directories:
/Applications/Atom.app/
~/Library/Caches/com.github.atom.ShipIt
~/Library/Application Support/com.github.atom.ShipIt
Do the following:
- Completely exit Atom
- Open a terminal
- Execute:
whoami
- Write down the result of the above command, this is your user name
And then execute these steps for each directory listed above in order:
- Execute:
stat -f "%Su" [directory]
- It should output either your username or
root
- If it says
root
then execute:sudo chown -R $(whoami) [directory]
Once you’ve done the above for both directories, start Atom normally and attempt to update
Posts: 1
Participants: 1