Files
pnpm/lib/resolve
Adam Byrne fc8346b2ae Retry npm registry package resolving when 404s
Some registries do not support filtering metadata requests
by adding a semver suffix to the uri. If this is the case
we will get a 404, so we fetch the metadata for all versions
of the package and resolve the correct version on the client
side.
2016-02-01 22:42:13 +00:00
..