Installation

Install dependencies and verify the toolchain matches your artifact.

Before you begin

Install from your distribution kit or internal registry as documented in the shipped README. Lock versions in CI: non-deterministic builds are unsupported for production.

Install commands

If your kit uses pnpm (common for monorepos):

corepack enable
pnpm install --frozen-lockfile

If your kit uses npm (also common):

npm ci

Use npm ci or pnpm install --frozen-lockfile in automation so lockfiles are honored.

Verify the install

After install, run the dry-run command from your artifact README (see Dry run). Fix missing native deps or Node version mismatches before changing venue credentials.

Last updated