Skip to main content
Version: v8

ionic doctor list

warning

This command has been deprecated and will be removed in an upcoming major release of the Ionic CLI.

List all issues and their identifiers

$ ionic doctor list

Issues can have various tags:

  • treatable: ionic doctor treat can attempt to fix the issue
  • ignored: configured not to be detected in ionic doctor check or ionic doctor treat
  • explicit-detection: issue is only detected explicitly with ionic doctor check <issue-id>

You can flip whether an issue is ignored or not by using ionic config set -g doctor.issues.<issue-id>.ignored true/false, where <issue-id> matches an ID listed with this command.