Firebase部署错误:“ malloc:无法分配区域”或“分段错误:11”

时间:2019-11-23 18:04:58

标签: angular firebase

我有一个角度应用程序,我正在尝试将其部署到我的Firebase托管中。

我不断收到此错误:

node(2216,0x10c6afdc0) malloc: can't allocate region
*** mach_vm_map(size=9494189756595048448) failed (error code=3)
node(2216,0x10c6afdc0) malloc: *** set a breakpoint in malloc_error_break to debug
libc++abi.dylib: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
Abort trap: 6

Segmentation fault: 11

我在Mac上使用Visual Studio Code。 这些是我正在使用的一些库:

  • Angular CLI:8.3.18
  • 节点:12.13.1
  • 角度:8.2.13
  • @ angular / cli:8.3.18
  • @ angular / fire:5.3.0-rc.1

1 个答案:

答案 0 :(得分:0)

存在类似的问题,并通过更新firebase-tools来解决。

npm install -g firebase-tools