📅  最后修改于: 2022-03-11 14:50:28.557000             🧑  作者: Mango
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