Loading
prefetch-npm-deps: warn about unresolved lockfile deps
Upstream projects' `package-lock.json` file might include many deps with no resolved line in them, as described here: https://github.com/npm/cli/issues/6301 This can cause dependencies to be missing after generating a hash for `.npmDeps`. If such dependencies are encountered, it's nice to print them and warn the user that an upstream patch might be needed. Co-Authored-By:Jörg Thalheim <joerg@thalheim.io>