Member Junction
    Preparing search index...

    Result of resolving the full transitive dependency graph.

    interface GraphResolutionResult {
        ErrorMessage?: string;
        InstallOrder?: ResolvedDependency[];
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string

    Error message if a cycle, version conflict, or unresolvable manifest was found

    InstallOrder?: ResolvedDependency[]

    Transitive dependencies in leaf-first install order (the root is excluded)

    Success: boolean

    Whether resolution succeeded