-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The icons don't show up #873
Comments
Seems to be a conflict with another package. What other packages have you installed? You can find out by running the following command in your terminal: apm list -i |
You can install
Disable each of the other packages one-by-one, restarting the editor every time you do. That should help you locate the offending package. |
I disabled each of them and both, and got the same result. Disabling |
Alright, so the only possibility left is that the package wasn't installed correctly. This sometimes happens when a connection is interrupted during an installation (the bundled icon-fonts do contribute to an above-average tarball size…) Run the steps documented here, and try reinstalling rm -rf ~/.atom/.apm ~/.atom/packages/file-icons
cd ~/.atom/packages
git clone https://github.com/file-icons/atom.git file-icons && cd file-icons
npm install --production # Installs runtime dependencies needed by the package
# Then restart Atom |
I installed the package, and for some reason many icons don't show up.
Why is that? Thank you.
The text was updated successfully, but these errors were encountered: