Because of nodejs/help#2303, validation trips up when using this tool with packages within node_modules, which happens to be my use case.
The following is thrown:
InvalidNpmPackageException: Package is invalid. Inspection results:
{
"valid": false,
"errors": [
"Type for field bundleDependencies, was expected to be array, not boolean"
]
}
So while that is a valid error, and this is an upstream problem, would it be possible to include a configuration override from this package that ignores bundleDependencies, or allows it to be be a boolean?
Because of nodejs/help#2303, validation trips up when using this tool with packages within
node_modules, which happens to be my use case.The following is thrown:
So while that is a valid error, and this is an upstream problem, would it be possible to include a configuration override from this package that ignores
bundleDependencies, or allows it to be be a boolean?