Closed JammingBen closed 1 month ago
To expand on the issue, this also breaks running the command via npx:
running 4.3.1 and later
npx license-checker-rseidelsohn@4.3.1
results in:
'license-checker-rseidelsohn' is not recognized as an internal or external command, operable program or batch file.
running npx license-checker-rseidelsohn@4.3.0 succeeds
Exactly, the command "npx license-checker-rseidelsohn" in unusable right now. Looking forward to getting the fix.
And thank you for this great package!
Starting with version
v4.3.1
,bin/license-checker-rseidelsohn
has been renamed tobin/license-checker-rseidelsohn.js
. However, the change is not being reflected in the package.json file, leading to the executable not working.