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!
Package install from private feed ahead Connectors
-
I use
Proget freecreate my private npm feed.I add connectors
https://registry.npm.taobao.org, now I have packageleafleft-mapin my feed ,version is0.1.0,when I install , it becomeleaflet-map0.2.1from connectors. why? and how to set my feed is first?Product: ProGet
Version: 4.8.7
-
This is the nature of connectors; if npm client asks for "latest" version, then all connectors need to be searched.
If you don't want behavior, then you need to remove connectors that have newer versions.