Member Junction
    Preparing search index...

    Phase F — Detects and patches cross-platform incompatibilities in npm scripts.

    const platform = new PlatformCompatPhase();
    const result = await platform.Run({
    Dir: '/path/to/install',
    DetectedOS: 'windows',
    Emitter: emitter,
    });
    console.log(`Patched ${result.ScriptsPatched.length} file(s)`);
    Index

    Constructors

    Methods

    Constructors

    Methods