Answers for "why i can install firebase npm in my terminal"

27

install firebase npm globally

npm install -g firebase-tools
Posted by: Guest on July-20-2020
10

install firebase npm

$ npm init
$ npm install --save firebase
Posted by: Guest on May-05-2020

Code answers related to "why i can install firebase npm in my terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language