firebase version is not updating through

前端 未结 6 1903
梦如初夏
梦如初夏 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条回答
  •  梦毁少年i
    2021-02-05 08:38

    Try the 2 steps bellow 1. yarn/npm cache clean 2. npm install -g firebase firebase-tools or yarn add -g firebase firebase-tools in a new terminal, firebse --version works for me

提交回复
热议问题