ember-cli ECONNRESET错误

运行以下一系列命令会在ember服务器上发生错误:

npm install -g ember-cli npm install -g bower brew install watchman npm install -g phantomjs-prebuilt ember new my-new-app cd my-new-app ember server 

错误如下面的节点6.5.0和npm 3.10.3 – >

 Livereload server on http://localhost:49152 Serving on http://localhost:4200/ { Error: read ECONNRESET at exports._errnoException (util.js:1026:11) at TLSWrap.onread (net.js:564:26) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' } Build successful - 36429ms. 

应用程序启动,但如何删除这个错误?

编辑

当烬服务器完成快速,然后运行没有错误 –