Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
I would like to be able to grab with it all its dependent nuggets so my local nugget server will be complete – no missing content
-
I'm trying gather all Nuggets / NPMs that our developers are using currently from 3rd feeds – and upload all of them to a Local feed for use
I would like to be able to grab with it all its dependent nuggets so my local nugget server will be complete – no missing contentInstead of fetching it one by one into the feed
Product: ProGet
Version: 5.1.1
-
Your best way to do this, would be to use the nuget client, and then pull the cached packages to your feed.
"Pulling with dependencies" as a feature in ProGet would require implementing every dependency resolution algorithm of every version of every client, including the non-deterministic dependency resolution used by the npm client, and then somehow letting you select the algorithm version and the additional content required by the algorithm (such as .net framework target version).