使用Node.js控制台部署Firebase功能:错误EPIPE

时间:2019-06-29 15:44:51

标签: node.js firebase google-cloud-firestore google-cloud-functions

配置:

  • 节点版本:10.16.0
  • npm版本:6.9.0
  • Windows:10

当我尝试从 Node.js控制台部署Firebase功能时,得到以下输出:


Error: An unexpected error has occurred.
npm ERR! code EPIPE
npm ERR! errno EPIPE
npm ERR! syscall write
npm ERR! EPIPE: broken pipe, write

因此,我什么都无法部署。即使使用 firebase init 创建的新项目,也是如此!

我已经尝试在这里寻求帮助,但没有成功: https://github.com/firebase/firebase-tools/issues/1431

甚至没有降级到Node 8也可以。发生了什么事?

请帮助:-(

更新 作为一个临时的“解决方法”,无奈之下,我在Windows 10下将UBUNTU与VMWare一起安装,然后从Linux终端执行Node.js。它像魅力一样蠕动!

现在,我正在从那里成功部署。

因此,此错误与Windows版本有关...

0 个答案:

没有答案