firebase version is not updating through

前端 未结 6 1901
梦如初夏
梦如初夏 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:32

    These days if you're on an older version, and you check the version of firebase-tools, by running:

    firebase -V

    along with the version of firebase-tools that you're on, it also gives you a messages, something like this:

    So you can basically run npm i -g firebase-tools to update the version of your firebase-tools installation to the latest version.

    Hope this helps :)

提交回复
热议问题