Mac

卸载node

  1. 把这段shell脚本保存为sh文件,如uninstallNode.sh:

    lsbom -f -l -s -pf /var/db/receipts/org.nodejs.pkg.bom | while read i; do
      sudo rm /usr/local/${i}
    done
    sudo rm -rf /usr/local/lib/node      /usr/local/lib/node_modules      /var/db/receipts/org.nodejs.*
    
  2. 更改sh权限: chmod 777 ./uninstallNode.sh

  3. 执行sh:./uninstallNode.sh

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。