firebase version is not updating through

前端 未结 6 1909
梦如初夏
梦如初夏 2021-02-05 08:14

i am windows user and trying to update firebase version using npm install -g firebase-tools but when i run firebase --version it shows the sam

6条回答
  •  你的背包
    2021-02-05 08:43

    npm update -g firebase-tools

    or

    npm install -g firebase-tools@3.12.0 to install a specific version

    And make sure to restart your terminal/IDE otherwise, it won't take effect.

提交回复
热议问题