分析Node.js connect ECONNREFUSED错误
最近在准备Angularjs +node.js demo的时候在我的mac开发中 遇见此错误,如下:events.js:71throw arguments[1]; // Unhandled "error" event ^Error: connect ECONNREFUSEDat errnoException (net.js:770:11)at Object.afterConnect [as oncomplete] (net.js:761:19)最后在sta...