firebase-tools “-bash: firebase: command not found”

前端 未结 21 1739
野趣味
野趣味 2020-11-29 01:15

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         


        
21条回答
  •  攒了一身酷
    2020-11-29 01:40

    Faced the same issue, am a newbie backend guy. Used npm install firebase-tools It doesn't install and you can't run. I tried looking at the forums and here's what worked for me: sudo npm install -g firebase-tools. Then it asks for Permissions when you firebase login. Am using Ubuntu.

提交回复
热议问题