EXTERMINATEs core packages installed in ~/.atom/packages
.
When people install core Atom packages as if they are community packages, it can cause many problems that are very hard to diagnose. This package is intended to notify people when they are in this precarious position so they can take corrective action.
- Note down the packages named in the notification
- Exit Atom
- Open a command prompt
- For each package named in the notification, execute
apm uninstall [package-name]
- Start Atom again normally to verify that the warning notification no longer appears
Please feel free to ask on the official Atom message board.