-bash: firebase: command not found

前端 未结 2 1654
走了就别回头了
走了就别回头了 2021-01-13 22:54

I need to host website to google firebase hosting. I looked almost everywhere but steel have the problem. I have installed npm install --global firebase als

相关标签:
2条回答
  • 2021-01-13 23:22

    I forgot to install Firebase Tools after a long time away from it on new computer... Use npm i firebase --save to set your project up and npm install -g firebase-tools to install the tools for e.g. serving your app locally, etc.

    0 讨论(0)
  • 2021-01-13 23:25
    alias firebase="`npm config get prefix`/bin/firebase"
    
    0 讨论(0)
提交回复
热议问题