-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make output package order deterministic #16
Comments
Hello @anhvu-accuracy , sorry for the late reaction. I currently have the time to take care of this project and just tried to reproduce your issue, but to no avail. Could you please provide me with more information regarding your problem? Which OS are you observing this under and what exact command do you use? Cheers, Roman. |
Hello @RSeidelsohn No problem for the delay, this is not critical at all. The output is the same when running on the same machine. Anh-Vu |
I noticed that the sort order on Windows doesn't match the sorting order in
npm actually had a fairly recent change to sort the same way regardless of the user's locale: npm/cli#3203 |
It's not just that it's not the same order. It's that every time we run it, it gives a different result entirely. Sometimes it skips certain packages even. |
Hello,
When running the license checker 2 times on the same folder without any change on whole system between two runs,
the list of package order is not kept.
Therefore, the output of license checker cannot be added in a repository to track license changes.
Thanks
The text was updated successfully, but these errors were encountered: