MCPcopy Create free account
hub / github.com/loopbackio/loopback-next / getErrorText

Function getErrorText

bin/check-package-metadata.js:104–106  ·  view source on GitHub ↗
(packageName, field)

Source from the content-addressed store, hash-verified

102 }
103
104 function getErrorText(packageName, field) {
105 return `${packageName} package.json doesn't contain ${field} field or has incorrect value`;
106 }
107
108 for (const p of pkgs) {
109 const pkg = p.content;

Callers 1

checkPkgsPackageJsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected