-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packages from NPM workspace reported as dependencies #415
Comments
When I change the name of the package to |
due to eclipse-dash/dash-licenses#415 Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Trying to parse the Regardless of whether or not we have an answer to that question, my thinking is that it's better to (re)focus the Eclipse Dash License Tool on what it does well and leverage NPM features to get the list of dependencies. That is, my thinking is that we should deprecate and eventually remove this functionality rather than try to maintain currency with a format that we lack resources to understand and maintain. Likewise for the The It's handy (at least for the EMO) to be able to parse a |
I have a package.json with multiple workspaces in them, having for example a package at
sample-plugins/sample-namespace/sample-plugin
(see below). I do annpm install
, producing a package-lock.json. When I run dash-licenses against the package-lock.json, the package atsample-plugins/sample-namespace/sample-plugin
is reported as a dependency that needs to be IP-Checked.My expectation would be that packages that are part of the repo are not reported as dependencies. This is also what happens when I use yarn.lock for the same repo.
The text was updated successfully, but these errors were encountered: