Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #install #globally #yarn
ADD COMMENT
Topic
Name
3+4 =