Deployment 使用npm激增问题进行部署

Deployment 使用npm激增问题进行部署,deployment,npm,surge.sh,Deployment,Npm,Surge.sh,我正在尝试使用surge部署我的web项目。我已经在以前的场合成功地做到了这一点。但是现在我犯了一个错误,我不明白为什么会发生这种情况 email: g****n5**5@yahoo.com token: ***************** project path: C:\Users\admin\Documents\r*******r-ui-development\build\ s

我正在尝试使用
surge
部署我的web项目。我已经在以前的场合成功地做到了这一点。但是现在我犯了一个错误,我不明白为什么会发生这种情况

              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' }

这里有什么问题吗?我怎样才能修好它呢?谢谢。

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