Skip to content

Support processing of package.json files in node_modules #15

@dfagan2

Description

@dfagan2

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions