react-seed icon indicating copy to clipboard operation
react-seed copied to clipboard

[BUG]error read ECONNRESET :bug:

Open PLQin opened this issue 8 years ago • 1 comments

window X64系统下报bug

重现bug步骤:

  • npm install -g yarn
  • yarn

此时出现bug

error read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)
info Visit http://yarnpkg.com/en/docs/cli/install for documentation about this comma
nd.

PLQin avatar Sep 04 '17 04:09 PLQin

You might have guessed it already: it's a connection error.

"ECONNRESET" means the other side of the TCP conversation abruptly closed its end of the connection. This is most probably due to one or more application protocol errors. You could look at the API server logs to see if it complains about something.

参考:https://stackoverflow.com/questions/17245881/node-js-econnreset

JasonBai007 avatar Sep 05 '17 01:09 JasonBai007