Mac完全卸载node.js
brew的安装方式
直接通过一条命令
brew uninstall nodejs
官网下载pkg安装包的
通过这条命令
sudo rm -rf /usr/local/{bin/{node,npm},lib/node_modules/npm,lib/node,share/man/*/node.*}
作者:白水螺丝
链接:https://www.jianshu.com/p/c8473afd7dcb
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。