使用npm浪涌问题进行部署

时间:2017-06-16 06:50:13

标签: deployment npm surge.sh

我正在尝试使用surge部署我的网络项目。我以前曾成功地做过这件事。但现在我收到了一个错误,无法理解为什么会这样。

              email: g****n5**5@yahoo.com
              token: *****************
              project path: C:\Users\admin\Documents\r*******r-ui-development\build\
               size: 44 files, 11.8 MB
             domain: r*******r-ui.surge.sh

             upload: [=======             ] 34%, eta: 9.7s{ Error: write ECONNRESET
    at exports._errnoException (util.js:1023:11)
    at WriteWrap.afterWrite [as oncomplete] (net.js:804:14) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'write' }
{ Error: write ECONNRESET
    at exports._errnoException (util.js:1023:11)
    at WriteWrap.afterWrite [as oncomplete] (net.js:804:14) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'write' }

这里似乎有什么问题?我怎么能解决它?谢谢。

1 个答案:

答案 0 :(得分:1)

问题在于我使用的互联网连接。显然,wifi网络有一些限制。我通过使用从我的手机创建的热点解决了这个问题,并且它运行得很好。这不是npm的问题。