Skip to content

aube peers check

  • Usage: aube peers check [--json]

Check for unmet and missing peer-dependency issues by reading the lockfile.

Exits with status 1 if any issue is reported.

Flags

--json

Emit a JSON report instead of the human-readable tree

Examples:

$ aube peers check All peer dependencies are satisfied.

With issues

$ aube peers check 1 unmet, 1 missing peer dependencies:

├─┬ @emotion/[email protected] │ └── ✕ unmet peer react@>=16.8: found 17.0.2 └─┬ [email protected] └── ✕ missing peer react@^18.0.0

Machine-readable

$ aube peers check --json

MIT Licenseen.devCopyright © 2026 en.dev