You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In arborist's inventory class it does its own attempts to normalize/account for license/licence but it ALSO is looking for licenses/licences, which @npmcli/package-json does not appear to to
Is there an existing issue for this?
Current Behavior
In arborist's inventory class it does its own attempts to normalize/account for license/licence but it ALSO is looking for licenses/licences, which
@npmcli/package-json
does not appear to tohttps://github.com/npm/cli/blob/8ded848b099297a12a81ec008d6229f3ad3494a6/workspaces/arborist/lib/inventory.js#L62-L73
Expected Behavior
See if we can safely consolidate this normalization into this module, or at least see if we want to normalize the array/plural version.
The text was updated successfully, but these errors were encountered: