Skip to content

aube check

  • Usage: aube check [--json]

Verify installed packages can resolve their declared deps.

Walks the node_modules/ symlink tree and confirms every dependency in each package.json resolves to a real entry.

Flags

--json

Emit a JSON report instead of the human-readable list

Examples:

$ aube check node_modules symlink tree is consistent (checked 248 packages).

With issues

$ aube check 2 broken dependency links found:

[email protected]
  ✕ cannot resolve: [email protected]

[email protected]
  ✕ cannot resolve: [email protected]
  ✕ cannot resolve: [email protected]

Machine-readable

$ aube check --json

MIT Licenseen.devCopyright © 2026 en.dev