-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to install package that is missing in Yarn Registry but present on NPM #5212
Comments
Well judging by the screenshot, the latest version is 2.0.4 and yet yarn tries to download 2.0.5 I reckon it's not entirely the problem of registry here. |
@Nikki1993 makes it even more interesting to find out why Is there a way to force yarn to fetch code directly from NPM? |
I am not entirely sure but isn't yarn already using npm registry to get modules? It's possible that the author released 2.0.5 and then pulled it resulting in de-sync of yarn mirror to npm. At least I was/am convinced that's how yarn works 😄 |
These could be related because it happened around the same time as this issue. There was a time when some packages went missing and other users of Pinkie experienced the same problem. |
Well I just set Yarn to fetch directly form NPM and everything works fine now.
|
This should revert it if necessary: |
But it works with
Yarn registry:
NPM:
The text was updated successfully, but these errors were encountered: