def find_command(
cmd_base: str,
windows_variants: Optional[list] = None,
unix_variant: Optional[str] = None
):
def create_command_not_found_error(command: str, error: Optional[Exception] = None):
def create_npm_command_error(command: str, error: Exception):