pulsar/packages/dalek
2021-11-25 18:36:30 +03:00
..
lib Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00
test Update stub usage 2020-09-22 18:17:58 +03:00
.gitignore ➡️ Migrate core package 'dalek' into ./packages 2018-10-01 15:33:42 -07:00
LICENSE.md ➡️ Migrate core package 'dalek' into ./packages 2018-10-01 15:33:42 -07:00
package-lock.json Merge pull request #23285 from atom/dependabot/npm_and_yarn/packages/dalek/lodash-4.17.21 2021-11-25 18:36:30 +03:00
package.json Bump sinon@9.0.3 2020-09-22 19:19:21 +03:00
README.md Update Discuss links to Github Discussions links 2021-09-02 22:25:19 +03:00

dalek

EXTERMINATEs core packages installed in ~/.atom/packages.

Why worry?

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.

I got a warning, what do I do?

  1. Note down the packages named in the notification
  2. Exit Atom
  3. Open a command prompt
  4. For each package named in the notification, execute apm uninstall [package-name]
  5. Start Atom again normally to verify that the warning notification no longer appears

I have more questions. Where can I ask them?

Please feel free to ask on the official Atom message board.