I have been having trouble installing firebase command line tools. I am following the guide at: https://www.firebase.com/docs/hosting/command-line-tool.html. I have run the initial command into my terminal: npm install -g firebase-tools
. Once I run: firebase init
in the root of my directory, I get the following error:
-bash: firebase: command not found
I have looked at guides how to manually modify my bash profile, but can not figure out how to do so... Shouldn't my bash .bash_profile automatically get modified when I run a global command?? Any help would be appreciated. I just need my firebase commands to work in the terminal, and why the global command won't register in my bash profile?