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
115 stars 32 forks source link

Support for lerna monorepos #45

Open aashutoshrathi opened 1 year ago

aashutoshrathi commented 1 year ago

It currently gives an empty list when running on a monorepo, both at root and package levels.

Undistraction commented 1 year ago

FWIW This works for me at the root of a Lerna monorepo @aashutoshrathi

yarn license-checker-rseidelsohn --production --failOn 'GPL;AGPL;UNKNOWN' --excludePrivatePackages
aashutoshrathi commented 1 year ago

Hey! @Undistraction I'll recheck and close this, if it works for me.

RSeidelsohn commented 1 year ago

Hello @aashutoshrathi,

just a bumper: Would you say this issue can be closed or is it still an issue?

Cheers, Roman