rxaviers / cldr-data-npm

Npm module for Unicode CLDR JSON data
MIT License
42 stars 27 forks source link

Install fails on step "node install.js" #53

Open k-vekos opened 6 years ago

k-vekos commented 6 years ago

Output from npm log:

4395 verbose stack Error: cldr-data@32.0.0 install: `node install.js`
4395 verbose stack Exit status 1
4395 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:279:16)
4395 verbose stack     at emitTwo (events.js:106:13)
4395 verbose stack     at EventEmitter.emit (events.js:194:7)
4395 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
4395 verbose stack     at emitTwo (events.js:106:13)
4395 verbose stack     at ChildProcess.emit (events.js:194:7)
4395 verbose stack     at maybeClose (internal/child_process.js:899:16)
4395 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
4396 verbose pkgid cldr-data@32.0.0

I thought it might be related to #24 but it's not the same error and I even tried rolling back to Node 7.0 but no luck.

node = v7.10.1 npm = 4.2.0

hanqiangfei commented 4 years ago

The same issue: \node_modules\cldr-data-downloader\lib\download.js:119 throw error; ^ Error: read ECONNRESET at TLSWrap.onStreamRead (internal/stream_base_commons.js:111:27)

$ node -v v10.12.0 $ npm -v 6.9.0

suragar commented 4 years ago

Is there any update on the above error?