aube check
- Usage:
aube check [--json]
Verify that every installed package can resolve its declared deps through the node_modules/ symlink tree
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