Open sutiwo opened 7 years ago
Same here.
npm verb stack Error: cldr-data@27.0.10 install: `node install.js`
npm verb stack Exit status 1
npm verb stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:289:16)
npm verb stack at emitTwo (events.js:125:13)
npm verb stack at EventEmitter.emit (events.js:213:7)
npm verb stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
npm verb stack at emitTwo (events.js:125:13)
npm verb stack at ChildProcess.emit (events.js:213:7)
npm verb stack at maybeClose (internal/child_process.js:887:16)
npm verb stack at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
npm verb pkgid cldr-data@27.0.10
npm verb cwd /home/js/test
npm verb Linux 3.13.0-128-generic
npm verb argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--verbose"
npm verb node v8.0.0
npm verb npm v5.1.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! cldr-data@27.0.10 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cldr-data@27.0.10 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm verb exit [ 1, true ]
$ node -v
v8.0.0
$ npm -v
5.1.0
Closer to the source: https://github.com/rxaviers/cldr-data-downloader/issues/24
Getting stuck on npm install cldr-data
node version 11.5.0 npm version 6.7.0
on node@v8.1.4 is failed.
However, on node@6.9.4 is success.
Maybe,
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
id related to its problem. Is there any solution?