Closed jzaefferer closed 7 years ago
Interesting... I also see that and I would guess https://github.com/unicode-cldr to be at fault too.
One workaround for now is to reduce the set of files you should download, see https://github.com/globalizejs/globalize/blob/master/examples/node-npm/package.json#L9
Even that is failing. Downloads stall...
I am hitting this as well on cldr-data@30.0.4
My team is also seeing it on 30.0.3.
This wouldn't be hurting us so badly if it didn't redownload all the data every time we did an install. Is there documentation on how to get the data to cache between installs?
I think this is similar to #15 #25
Is there documentation on how to get the data to cache between installs?
As far as I can tell, once the package is installed, it won't download anything again.
I agree with @rxaviers, I think the issue is just that Github has not fully recovered from its service disruption this morning. We're still seeing periodic 502's and timeouts from https://github.com/unicode-cldr.
As far as I can tell, once the package is installed, it won't download anything again.
Not the behavior I've seen; if I run npm install
twice it downloads the files twice. (Same for yarn
)
Looks like this was indeed an issue on GitHub's side. https://status.github.com/graphs/past_day says everything is back to normal now, and I could just complete the install.
Since I opened the issue, I'll close it.
PS: Once successfully installed, further npm install
calls don't trigger the download again.
Use yarn instead of npm helped me today.
I'm aware there's a bunch of open issues related to install (not suprising, since this package doesn't really do anything else), but since they all look like slightly different issues and are more or less old, I'm creating a new one.
After about 10 attempts, I'm still getting a failure while trying to install cldr-data:
I wondered if any specific package under https://github.com/unicode-cldr might be at fault, but since there are so many and the output doesn't tell me which one is reponsible, I gave up on that.