Excited that Firebase\'s hosting is now out of beta. Trying to get going with with the firebase-tools package and I\'ve successfully installed it:
npm instal
Adding to Durul Dalkanat's answer,
Assuming you have executed npm install firebase-tools -g
npm get prefix.alias at the end of the file.source .bashrc in the home directory.Enjoy!
The alias of firebase will be the actual firebase path in the main system and this solution should work flawlessly.