Backend/꾸준히 TIL
[에러노트] zsh: command not found: firebase
개발하는 후딘
2023. 6. 12. 22:52
728x90
반응형
에러 내용
zsh: command not found: firebase
해결방안
$ curl -sL firebase.tools | upgrade=true bash
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
반응형