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!
Private NPM repositories/connectors
-
We have two npm feeds in our proget setup. The first feed (http://feed.domain/npm/DefaultNPM) is a default feed for caching and proxying the public npm registry. The second feed is where we publish our private modules. We cannot add the second feed (http://feed.domain/npm/PrivateNPM) as a connector to our first one.
How do we connect the two feeds so that we can centralize all npm requests into one feed?
Product: ProGet
Version: 3.6.1
-
Are you getting a specific error message when you try to connect it?
-
No, in the "Create New Connector" screen in the administration section, all we see in the input box for "Registry URL" is the orange, triangle exclamation sign and a red asterisk.
-
Looks like a bug with the validation logic for the page. We'll have this fixed in ProGet 3.7.4, which should be released today.
-
Thanks Dean, I modded the regex inline to get around the validation issue. Thanks for getting back to us on this.