RSeidelsohn / license-checker-rseidelsohn

Extract NPM package licenses. Enhanced and updated fork of Dav Glass' original (but abandoned) license-checker.
https://www.npmjs.com/package/license-checker-rseidelsohn
Other
136 stars 35 forks source link

Executable binary doesn't work anymore #118

Closed JammingBen closed 1 month ago

JammingBen commented 2 months ago

Starting with version v4.3.1, bin/license-checker-rseidelsohn has been renamed to bin/license-checker-rseidelsohn.js. However, the change is not being reflected in the package.json file, leading to the executable not working.

FrankVerbeek commented 2 months 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

MelanieW97 commented 1 month ago

Exactly, the command "npx license-checker-rseidelsohn" in unusable right now. Looking forward to getting the fix.

And thank you for this great package!