Outraged that Firebase hosting is now out of beta. Trying to get started with the firebase-tools package, and I successfully installed it:
npm install -g firebase-tools
Trying to run any tool with
-bash: firebase: command not found
I tried putting the following command in my .bash_profile with no luck
export PATH=/usr/local/share/npm/bin:$PATH
Any ideas? Pretty new to the command line.
Thank!
source
share