This repository was archived by the owner on Aug 11, 2022. It is now read-only.
v2.8.3
TWO SMALL GIT TWEAKS
This is the last of a set of releases intended to ensure npm's git support is robust enough that we can stop working on it for a while. These fixes are small, but prevent a common crasher and clear up one of the more confusing error messages coming out of npm when working with repositories hosted on git.
387f889#7961 Ensure that hosted git SSH URLs always have a valid protocol when stored inresolvedfields innpm-shrinkwrap.json. (@othiym23)394c2f5Switch the order in which hosted Git providers are checked togit:,git+https:, thengit+ssh:(fromgit:,git+ssh:, thengit+https:) in an effort to go from most to least likely to succeed, to make for less confusing error message. (@othiym23)