Skip to content

Commit

Permalink
Add solution for #607 to troubleshooting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed May 30, 2017
1 parent bb994ba commit bb6c3c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ A restart is needed to complete installation. Reload the window, or restart Atom
If this doesn't help, [please file an issue][7].


<a name="npm-error-when-installing"></a>
**Installation halts with an `npm` error:**
> _npm ERR! cb() never called!_
There might be a corrupted download in your local cache.
Delete `~/.atom/.apm`, then try again:

rm -rf ~/.atom/.apm
apm install --production file-icons


<a name="an-icon-has-stopped-updating"></a>
**An icon has stopped updating:**
It's probably a caching issue. Do the following:
Expand Down

0 comments on commit bb6c3c8

Please sign in to comment.