我有一个角度应用程序,我正在尝试将其部署到我的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。 这些是我正在使用的一些库:
答案 0 :(得分:0)
存在类似的问题,并通过更新firebase-tools
来解决。
npm install -g firebase-tools