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

前端 未结 21 1742
野趣味
野趣味 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:51

    @mklement0 That answer looks good, but I'm worried it will be intimidating to someone who is so new to the command line. So I'm going to cherry-pick the most relevant piece of it.

    @cienki Run this command to see what you should be putting in that PATH prefix in your .bash_profile file:

    npm get prefix
    

提交回复
热议问题