📜  如何卸载 firebase - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:28.557000             🧑  作者: Mango

代码示例1
You can type 
$ which firebase 
on the command line and check the location. 
Then 
$ rm 

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