Skip to content

cli/pnpm-env

Functions

createPnpmEnvForNonInteractiveYes()

ts
function createPnpmEnvForNonInteractiveYes(options, runtime?): Record<string, string> | undefined;

Defined in: venpm/src/cli/pnpm-env.ts:12

pnpm prompts before recreating node_modules unless it knows the caller is intentionally non-interactive. Apply that only for explicit yes-like modes.

Parameters

ParameterType
optionsPick<GlobalOptions, "yes" | "json" | "jsonStream">
runtimePnpmEnvRuntime

Returns

Record<string, string> | undefined

Disclaimer — Not affiliated with Discord Inc. or Vencord. Client mods are against Discord's ToS. Use at your own risk.