InstallationState
InstallationState =
"not_found"|"installed"|"installed_version_unknown"|"permission_denied"|"command_not_allowed"
Defined in: core.ts:187
The resolved installation state of a single dependency.
"not_found"— Binary or plugin not found on the system."installed"— Found with a detected version string (seeinstalledVersion)."installed_version_unknown"— Found but version could not be detected."permission_denied"— Theshell.executepermission was not granted."command_not_allowed"— Thecheck.commandis not inshellCommandsallowlist.