property SpawnResult.isMissingInstallerBinary

True when the installer is not on PATH at all — deno on a machine without deno.

Its own field rather than an error, because it is the one outcome that is not a failure of the upgrade: nothing ran, nothing broke, and printing the command really is the best answer left.

Type

boolean

Usage

import { type SpawnResult } from "lib/commands/upgrade/process.ts";