Open MassimoDeLuca opened 1 year ago
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
@xtreme-shane-lattanzio Is this repo still maintained? Noticing a handful of issues in the past few weeks haven't been looked at.
@MassimoDeLuca This repo is very lightly maintained at the moment as our priorities have shifted. I try to get to things when I have some time which is not as often nowadays.
As for the issue, I honestly have no idea what Electron even is so I am not even sure how to reproduce this or what to change about it but if you manage to get a PR up for this for us to look at, I'd be happy to merge in a fix
Hi,
I have a node repository setup with Yarn and have various packages installed.
Everything works as expected with Electron versions 23, 24, 25 although when updated to version 26 or 27 LicenseFinder will hang indefinitely. It doesn't look like Electron has modified their license in 3 years and I'm unsure to the cause.
Command I'm running:
license_finder report --format csv --columns=name version licenses homepage package_manager --save licenses.csv
Output:With the
--debug
arg:This also occurs with some of the basic commands in the Readme.
Running
yarn licenses list
outputs fine, even when using the--recursive --json
like LicenseFinder does (AFAIK). Tried both latest LicenseFinder, and one of the prior releases to no avail. Also tried both Ruby 2.7.4 and 3.0.2LMK if theres anymore info I can provide to help debug!