rxaviers / cldr-data-downloader

Download tool for Unicode CLDR JSON data
MIT License
16 stars 24 forks source link

errors when installing cldr-data #66

Open Andrevwvm opened 1 year ago

Andrevwvm commented 1 year ago

Hi, I am experiencing problems when installing cldr-data. Is it a known issue?

What I am trying to do: npm install cldr-data

What I am getting in the console:

npm ERR! code 1 npm ERR! path C:\Projects\Fenetre.SiliconCore\Source\node_modules\cldr-data npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node install.js
npm ERR! GET https://github.com/unicode-cldr/cldr-core/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-dates-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-buddhist-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-chinese-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-coptic-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-dangi-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-ethiopic-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-hebrew-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-indian-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-islamic-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-japanese-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-persian-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-cal-roc-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-localenames-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-misc-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-numbers-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-segments-modern/archive/36.0.0.zip npm ERR! GET https://github.com/unicode-cldr/cldr-units-modern/archive/36.0.0.zip npm ERR! Whops Error making request. npm ERR! Error: connect ETIMEDOUT 140.82.121.3:443 npm ERR! at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16) npm ERR! npm ERR! Please report this full log at https://github.com/rxaviers/cldr-data-downloader

npm ERR! A complete log of this run can be found in: C:\Users\andrewm\AppData\Local\npm-cache_logs\2023-06-29T18_11_38_091Z-debug-0.log

Node.js: 18.12.1 NPM: 9.5.0

DPiaz commented 1 year ago

I'm having the same issue.

mattias47 commented 1 year ago

Also experiencing this issue.

juarola commented 1 year ago

Hi! Same issue here too. Not the first time, but this time its been on for a few hours already and blocking builds. Usual it recovers pretty quickly.

lorddusk commented 1 year ago

Same, but judging by the fact that this ticket was made in June, and it now being September, I have the feeling that we won't get an answer, and have to wait until it fixes itself...

HVDW commented 1 year ago

Also experiencing this issue.

razxssd commented 1 year ago

same issue here

BabaCristian commented 12 months ago

Hello this is blocking our pipleline is there any solution to this problem ?

razxssd commented 12 months ago

I have reduce the packages installed by adding this row to package.json and leaving only the documents I need.

"cldr-data-urls-filter": "(cldr-core|cldr-numbers-modern|cldr-dates-modern)"

mattias47 commented 12 months ago

For me it started working again.

lNaymonl commented 10 months ago

Having the same error!

gomdolkim commented 9 months ago

same error

SpartanInteractive commented 7 months ago

I also have this issue, interestingly it happened after updating my router. I'm still not sure if this is a new security feature on the router or an actual bug. I was able to download it by connecting my pc to my phone and using mobile data. Maybe that can work for you as a work around?