# @react-native-community/cli-doctor

> This package is part of the [React Native CLI](../../README.md). It contains commands for diagnosing and fixing common Node.js, iOS, Android & React Native issues.

Latest version **20.2.0** (published 2026-06-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @react-native-community/cli-doctor
pnpm add @react-native-community/cli-doctor
yarn add @react-native-community/cli-doctor
bun add @react-native-community/cli-doctor
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 20.2.0 |
| Published | 2026-06-25 |
| First published | 2022-02-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 15 |
| Unpacked size | 256.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2936 |
| Maintainers | bartoszklonowski, titozzz, empyrical, cpojer, mattoakes, ferrannp, mike866, krizzu, trensik, thymikee, nicholaslee119, mmazzarolo, rewieer, janicduplessis, swaagie, kelset, johandutoit, vonovak, wojteg1337, naturalclar, connectdotz, pvinis, brentvatne, evanbacon, eliwhite, simek, alloy, cortinico, safaiyeh, dmitryrykun, lunaleaps, wootwootwoot, react-native-bot, szymonrybczak, react-native-community-bot, okwasniewski |

## Links

- npm: https://www.npmjs.com/package/@react-native-community/cli-doctor
- Repository: https://github.com/react-native-community/cli
- Homepage: https://github.com/react-native-community/cli/tree/main/packages/cli-doctor
- Issues: https://github.com/react-native-community/cli/issues
- npm.io page: https://npm.io/package/@react-native-community/cli-doctor

## Dependencies (15)

- [ora](https://npm.io/package/ora.md) ^5.4.1
- [yaml](https://npm.io/package/yaml.md) ^2.2.1
- [execa](https://npm.io/package/execa.md) ^5.0.0
- [semver](https://npm.io/package/semver.md) ^7.5.2
- [envinfo](https://npm.io/package/envinfo.md) ^7.13.0
- [wcwidth](https://npm.io/package/wcwidth.md) ^1.0.1
- [deepmerge](https://npm.io/package/deepmerge.md) ^4.3.0
- [picocolors](https://npm.io/package/picocolors.md) ^1.1.1
- [command-exists](https://npm.io/package/command-exists.md) ^1.2.8
- [node-stream-zip](https://npm.io/package/node-stream-zip.md) ^1.9.1
- [@react-native-community/cli-tools](https://npm.io/package/@react-native-community/cli-tools.md) 20.2.0
- [@react-native-community/cli-config](https://npm.io/package/@react-native-community/cli-config.md) 20.2.0
- [@react-native-community/cli-platform-ios](https://npm.io/package/@react-native-community/cli-platform-ios.md) 20.2.0
- [@react-native-community/cli-platform-apple](https://npm.io/package/@react-native-community/cli-platform-apple.md) 20.2.0
- [@react-native-community/cli-platform-android](https://npm.io/package/@react-native-community/cli-platform-android.md) 20.2.0

## Recent versions

- 20.2.0 (latest) — 2026-06-25
- 17.0.1 (17.x) — 2025-11-05
- 18.0.1 (18.x) — 2025-11-05
- 19.1.2 (19.x) — 2025-11-05
- 20.0.0-alpha.2 (next) — 2025-07-24
- 16.0.3 (16.x) — 2025-04-17
- 14.1.2 (14.x) — 2024-12-12
- 12.3.7 (12.x) — 2024-06-05
- 10.2.7 (10.x) — 2024-02-19
- 11.4.1 (11.x) — 2024-02-19
- 7.0.1 (v7.0.1) — 2022-02-01
- 20.1.3 — 2026-03-24
- 20.1.2 — 2026-02-24
- 20.1.1 — 2026-01-28
- 20.1.0 — 2026-01-07
- … 150 more at https://npm.io/package/@react-native-community/cli-doctor/versions

## README

# @react-native-community/cli-doctor

This package is part of the [React Native CLI](../../README.md). It contains commands for diagnosing and fixing common Node.js, iOS, Android & React Native issues.

## Installation

```sh
yarn add @react-native-community/cli-doctor
```

## Commands

### `doctor`

Usage:

```sh
npx react-native doctor
```

Diagnose and fix common Node.js, iOS, Android & React Native issues.

### `info`

Usage:

```sh
npx react-native info
```

Get relevant version info about OS, toolchain and libraries. Useful when sending bug reports.

---
_Source: https://npm.io/package/@react-native-community/cli-doctor · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
