The directory holding the binary is not writable by this user — the usual case being a
root-owned prefix such as /usr/local/bin.
import * as Install from './install.ts'; Install.TargetNotWritable({ dir: '/usr/local/bin' }).code; // 'UpgradeTargetNotWritable'