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
I would expect dash-licenses to understand what workspaces are in a package-log.json and to not treat them as dependencies but as part of the source module we're trying to check, as they are not acquired via a artifact repository.
The text was updated successfully, but these errors were encountered:
I am trying to ip-check a repo containing three subprojects as npm workspaces. The package-lock.json file starts like this:
When I run dash-licenses on the root project, I get this output:
The root project contains a LICENSE file containing the MIT license. The project is private none of the modules are ever published to npmjs.
The repo on question is https://github.com/microsoft/vscode-js-profile-visualizer.
I would expect dash-licenses to understand what workspaces are in a package-log.json and to not treat them as dependencies but as part of the source module we're trying to check, as they are not acquired via a artifact repository.
The text was updated successfully, but these errors were encountered: