Answers for "install firebase-tools globally yarn"

0

install firebase-tools globally yarn

$ yarn global add firebase-tools

# After that execute this command :
# add this to ~/.bashrc or ~/.zshrc file
export PATH="$(yarn global bin):$PATH"

#and then run the command 
$ firebase login
Posted by: Guest on January-12-2021
3

npm firebase

npm i firebase
Posted by: Guest on December-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language