본문 바로가기
개발/Firebase

firebase tools 지워보기

by dev_caleb 2022. 11. 16.
728x90

자꾸 deploy 하는데 Invalid source token 이런 오류가 많이 떴다.. 특별한 함수를 추가한 것도 아닌데! ..

 

오류가 너무 많이 나는 것 같아서 firebase tools를 통째로 지웠다가 다시 깔아보았다. 

 

 

 

 

https://stackoverflow.com/questions/59386943/how-to-uninstall-firebase-cli-firebase-tools

 

How to uninstall Firebase CLI (firebase-tools)

I install Firebase CLI (firebase-tools) https://github.com/firebase/firebase-tools by this code: curl -sL firebase.tools | bash How to uninstall it totally?

stackoverflow.com

 

 

그리고 나서 다시 깔기!

https://stackoverflow.com/questions/23645220/firebase-tools-bash-firebase-command-not-found

 

firebase-tools "-bash: firebase: command not found"

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 install -g firebase-tools Trying to run any tool

stackoverflow.com

 

나는  오랜만에 이 문구를 다시 만날 수 있었다. 

 

 

728x90