Answers for "how to uninstall firebase"

0

how to uninstall firebase

You can type 
$ which firebase 
on the command line and check the location. 
Then 
$ rm <location>

on mac the location is /usr/local/bin/firebase

Or, if you installed firebase through
$ npm install -g firebase-tools

then you should run 
$ npm uninstall -g firebase-tools
Posted by: Guest on September-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language