Skip to content
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

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

Open
k-vekos opened this issue Nov 7, 2017 · 2 comments
Open

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

k-vekos opened this issue Nov 7, 2017 · 2 comments

Comments

@k-vekos
Copy link

k-vekos commented Nov 7, 2017

Output from npm log:

4395 verbose stack Error: [email protected] 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 [email protected]

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
Copy link

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
Copy link

suragar commented Jun 26, 2020

Is there any update on the above error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants