# yeoman-doctor

> Detect potential issues with users system that could prevent Yeoman from working correctly

Latest version **6.0.0** (published 2025-09-25) · BSD-2-Clause license · 0 weekly downloads

## Install

```sh
npm install yeoman-doctor
pnpm add yeoman-doctor
yarn add yeoman-doctor
bun add yeoman-doctor
```

Provides the commands `yodoctor`, `yo-doctor`.

## Health

**Score 50/100 (C)** — status: stable.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 6.0.0 |
| Published | 2025-09-25 |
| First published | 2014-10-08 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | none |
| Module format | ESM |
| Node | >=20 |
| Dependencies | 8 |
| Unpacked size | 13.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 64 |
| Author | Yeoman |
| Maintainers | sboudrias, mischah, ulisesgascon, mshima, joshuakgoldberg, eddiemonge, sindresorhus, addyosmani |
| Keywords | cli-app, cli, yeoman, yo, doctor, system, health, report, check |

## Links

- npm: https://www.npmjs.com/package/yeoman-doctor
- Repository: https://github.com/yeoman/doctor
- Homepage: https://github.com/yeoman/doctor#readme
- Issues: https://github.com/yeoman/doctor/issues
- npm.io page: https://npm.io/package/yeoman-doctor

## Dependencies (8)

- [twig](https://npm.io/package/twig.md) ^1.17.1
- [chalk](https://npm.io/package/chalk.md) ^5.6.2
- [semver](https://npm.io/package/semver.md) ^7.7.2
- [ansi-styles](https://npm.io/package/ansi-styles.md) ^6.2.3
- [log-symbols](https://npm.io/package/log-symbols.md) ^7.0.1
- [global-agent](https://npm.io/package/global-agent.md) ^3.0.0
- [latest-version](https://npm.io/package/latest-version.md) ^9.0.0
- [binary-version-check](https://npm.io/package/binary-version-check.md) ^6.1.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 6.0.0 (latest) — 2025-09-25
- 5.0.0 — 2021-07-31
- 4.0.0 — 2019-07-01
- 3.0.3 — 2018-11-15
- 3.0.2 — 2018-07-10
- 3.0.1 — 2018-03-25
- 3.0.0 — 2017-12-31
- 2.1.0 — 2015-12-29
- 2.0.0 — 2015-10-31
- 1.4.0 — 2015-06-07
- 1.3.2 — 2015-02-24
- 1.3.1 — 2015-01-25
- 1.3.0 — 2015-01-20
- 1.2.2 — 2015-01-12
- 1.2.1 — 2015-01-12
- … 4 more at https://npm.io/package/yeoman-doctor/versions

## README

# Yeoman Doctor [![CI](https://github.com/yeoman/doctor/actions/workflows/ci.yml/badge.svg)](https://github.com/yeoman/doctor/actions/workflows/ci.yml)

> Detect potential issues with users system that could prevent Yeoman from working correctly

![](screenshot.png)

## Usage

Use as part of [`yo`](https://github.com/yeoman/yo):

```
$ yo doctor
```

Can also be run with `yo-doctor` if installed globally.

## License

BSD-2-Clause © Google

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