npm-license-crawler icon indicating copy to clipboard operation
npm-license-crawler copied to clipboard

Development/Production options

Open sebastianhaas opened this issue 6 years ago • 4 comments

It appears to me that the production and development options are not implemented in the way they are documented. While I can see the readme was modified in this commit, I can't seem to find the options in the source code.

Would you accept a PR that fixes that?

sebastianhaas avatar Mar 18 '19 13:03 sebastianhaas

Edit: It is checked, at least somehow, if the directDependencies flag is set. But also in that case, it is not implemented as documented.

sebastianhaas avatar Mar 18 '19 13:03 sebastianhaas

Hi Sebastian, sorry for delay in reply. PRs are always welcome and highly appreciated!

On the matter I have contacted the original submitter of PR #26 to check if he has some uncommitted changes or he forgot to push some changes to his fork.

mwittig avatar Mar 22 '19 12:03 mwittig

Can confirm this doesn't work as advertised.

This tool is really useful once a year when we audit our open source software usage, so I'll put some work in on it.

CSobol avatar Mar 28 '19 14:03 CSobol

Seems like it's using an old dependency for licence checker which doesn't even support --production

NikhilVerma avatar Jun 26 '19 15:06 NikhilVerma