Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很久以前安装了 Meteor 来玩现在我不再使用它了,我将如何在 Mountain Lion 上卸载它?
我meteor -v在终端中找到了一个/usr/local/名为 meteor 的文件夹,因此可以确认它仍然安装在我的系统上。
meteor -v
/usr/local/
你是对的,meteor 位于/usr/local/meteor目录中。要卸载它,请在终端中键入以下内容:
/usr/local/meteor
rm -fR /usr/local/meteor