Member Junction
    Preparing search index...

    Input context for the dependency phase.

    DependencyPhase.Run

    interface DependencyContext {
        Dir: string;
        Emitter: InstallerEventEmitter;
        Tag: string;
    }
    Index

    Properties

    Properties

    Dir: string

    Absolute path to the repo root (where npm install and npm run build are executed).

    Event emitter for progress, warn, and log events.

    Tag: string

    MemberJunction version tag (e.g., "v5.9.0") — used to pin the CLI dependency version.