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.
Parameters
Section titled “Parameters”request
Section titled “request”PackageInstallRequest
The (failed) package install request to summarize.
Returns
Section titled “Returns”string
A numbered list of error messages, or '<empty>' if there were none.