mwittig / npm-license-crawler

Analyzes license information for multiple node.js modules (package.json files) as part of your software project.
BSD 3-Clause "New" or "Revised" License
234 stars 45 forks source link

Switch to maintained version of license-checker #39

Open rugk opened 5 years ago

rugk commented 5 years ago

You do use `https://github.com/mwittig/license-checker as a dependency.

However that is just a fork and – according to GitHub – 327 commits behind davglass:master (the upstream).

Upstream seems to be https://github.com/davglass/license-checker.

Could you please switch to the maintained upstream version? Thanks.

Because, somehow, the other fork is even giving me build errors, see https://github.com/rugk/emoji-mart-embed/issues/4.

rugk commented 5 years ago

Described origin issue at https://github.com/mwittig/npm-license-crawler/issues/40

mwittig commented 5 years ago

@rugk Do you have git installed? If not, please install it on your system as it most likely will solve your installation issue as a work-around.

Switching to the maintained upstream version of license-checker is not that easy as the code-base have diverged a lot over time. I probably will replace the remaining bits used from license checker with my own implementation to get things sorted.

rugk commented 5 years ago

Of course, git is installed.