How to export all dependencies including nests

Is there any way to export all dependencies including nests?
I know the project.json file describes the top level of dependencies, but I need to know below of them including each requested versions and resolved ones.

Any advice would be very appreciated.

1 Like

Hmm no
Unfortunately, UiPath doesn’t provide a built-in feature to export all project dependencies, including nested ones, in a detailed and structured format.

For now there are many options Ui manage dependencies like mass update
May be this will get added in future

Cheers @saezosan3

1 Like

Hi,

How about checking .local\PackageCache.json and/or .local\AllDependencies.json?

There is information for required version and resolved version of each packages.

Regards,

1 Like

Hi Yoishi-san,

Thanks so much!! It’s amazing!
I’ve never consider to find the files in a hidden folder.

Thanks again and I would say that your answer is the supreme solution.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.