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 think i found a bug. If i use npx license-checker-rseidelsohn --start="../test" --production --direct=0 --relativeLicensePath --files="./licenses" I receive the error "No license file found for module " for all packages. If i omit --relativeLicensePath it works as expected so I assume using --start, --relativeLicensePath and --files together is broken. The attribute licenseFile: 'node_modules\\<XY>\\LICENSE.md' shows also the node_modules path and not the path where it should be normally copied to.
Maybe this is related to the previous bug reports to --relativeLicensePath in historical versions and was not fixed if --start is used as well.
Also on Windows I am not albe to use --direct, --direct=true or --direct="true"- is this expected? I have to delcare --direct=0 to get it work. Regarding the documentation --direct and --direct="true" should work as well?
The text was updated successfully, but these errors were encountered:
Hello,
I think i found a bug. If i use
npx license-checker-rseidelsohn --start="../test" --production --direct=0 --relativeLicensePath --files="./licenses"
I receive the error "No license file found for module " for all packages. If i omit--relativeLicensePath
it works as expected so I assume using--start, --relativeLicensePath and --files
together is broken. The attributelicenseFile: 'node_modules\\<XY>\\LICENSE.md'
shows also the node_modules path and not the path where it should be normally copied to.Maybe this is related to the previous bug reports to
--relativeLicensePath
in historical versions and was not fixed if--start
is used as well.Also on Windows I am not albe to use
--direct, --direct=true or --direct="true"
- is this expected? I have to delcare--direct=0
to get it work. Regarding the documentation--direct
and--direct="true"
should work as well?The text was updated successfully, but these errors were encountered: