-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
priority-4-lowLow priority, unlikely to be done unless it becomes important to more peopleLow priority, unlikely to be done unless it becomes important to more people
Description
There exists a problem where yarn install (i.e. generating yarn.lock) can fail because (a) yarn defaults to using its own proxy/mirror of npmjs, and (b) that proxy is not perfectly up-to-date. So a new version of a package can be published to npmjs, which Renovate detects and updates package.json, but then yarn install fails because the yarn registry returns a 404 for that particular version.
My issue in the yarn repository: yarnpkg/yarn#5169
Proposal: "force" yarn to use the npmjs registry for install instead.
Ensure .yarnrc exists and first line is registry "https://registry.npmjs.org"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority-4-lowLow priority, unlikely to be done unless it becomes important to more peopleLow priority, unlikely to be done unless it becomes important to more people