Skip to content

reducePackageInstallRequestErrors

reducePackageInstallRequestErrors(request): string

Defined in: simply-package-core/src/packageUtils.ts:42

Format a PackageInstallRequest’s errors as a single human-readable, numbered-list string.

PackageInstallRequest

The (failed) package install request to summarize.

string

A numbered list of error messages, or '<empty>' if there were none.