Mac如何完全卸载nodejs

pkg方式安装的卸载:
sudo rm -rf /usr/local/{bin/{node,npm},lib/node_modules/npm,lib/node,share/man/*/node.*}
homebrew安装方式的卸载:
brew uninstall nodejs
node历史版本查阅

posted @ 2022-12-17 13:22  南柯Dream丶  阅读(382)  评论(0)    收藏  举报