I need to host website to google firebase hosting. I looked almost everywhere but steel have the problem. I have installed npm install --global firebase also npm install -g firebase-tools but when I want to use firebase command it says : "command not found"
firebase-tools "-bash: firebase: command not found"
https://github.com/firebase/firebase-tools/issues/46
this posts didn't helped
this is after sudo npm install --global firebase-tools
alias firebase="`npm config get prefix`/bin/firebase"