Member Junction
    Preparing search index...

    Phase G — Installs npm dependencies and builds all workspace packages.

    const deps = new DependencyPhase();
    const result = await deps.Run({ Dir: '/path/to/install', Emitter: emitter });
    if (result.BuildPartial) {
    console.log('Partial build — CodeGen will fix remaining packages');
    }
    Index

    Constructors

    Methods

    Constructors

    Methods