0

I've tried to install firebase tools on my macOS several times . I used npm , the auto install script and standalone binary, but nothing have worked .

When I write on my terminal commands like firebase login it shows me

"killed : 9"

None of the firebase commands work . Even if I tried commands like firebase help or firebase -v , the terminal always show me the same "killed : 9" message .

What can I do?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

1

This error is typically caused by another process that has a memory leak, check the usage of your device and look for any apps that have extremely high usages and end the process. This should allow you to run a fresh command window for CLI commands.

Similar:

DIGI Byte
  • 4,225
  • 1
  • 12
  • 20