You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to get the direct dependencies of a set of projects. I want to go to each project's folder, and simply analyze its package.json file. In the end, i want a csv file with all packages used and its license kind, without repeated packages.
I have set up npm-license-crawler with the following options:
When i run dumpLicenses and change the order of the paths in the start array, i get different results with some of the packages not being registered for a specific order.
I had to run npm-license-crawler individually for each project and then run another script to merge the results and remove repeated packages.
I might have misunderstood the package's usage, but I believe this behaviour is not expected.
The text was updated successfully, but these errors were encountered:
I am currently trying to get the direct dependencies of a set of projects. I want to go to each project's folder, and simply analyze its package.json file. In the end, i want a csv file with all packages used and its license kind, without repeated packages.
I have set up npm-license-crawler with the following options:
When i run dumpLicenses and change the order of the paths in the start array, i get different results with some of the packages not being registered for a specific order.
I had to run npm-license-crawler individually for each project and then run another script to merge the results and remove repeated packages.
I might have misunderstood the package's usage, but I believe this behaviour is not expected.
The text was updated successfully, but these errors were encountered: