variable ProjectRootNotFound No package.json at or above the working directory, so there is no project to run in. import { ProjectRootNotFound } from './find-project-root.ts'; ProjectRootNotFound.is(ProjectRootNotFound({ cwd: '/tmp' })); // true Type Failure.FailureFactory<"ProjectRootNotFound", { cwd: string; }>