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!
Npm registry not working?
-
When I try to setup an npm feed and enter the official registry (which is also the default value for the connector) as https://registry.npmjs.org/ the feed does not contain any packages and the health shows up as "Unknown".
What am I doing wrong? NuGet works fine.
Product: ProGet
Version: 4.5.2
-
Check Admin > Scheduled Tasks.
NuGet connectors are "live", where as npm/ruby/maven connectors need to first download an index file to enable searching.
-
That did the trick! Thanks for the hint.