cpExec(command, (error, stdout, stderr) => {
      CACHE[command] = {
        error: error,
        stdout: stdout,
        stderr: stderr,