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?