Mac 环境下node的卸载和安装 vue项目环境的安装mac卸载nodemac安装node
这里写自定义目录标题**mac卸载node**mac安装nodemac卸载node方法一:brew 安装的node,命令卸载$ brew uninstall node 方法二:命令卸载 删除/usr/local/下的node和node_modules的目录$ sudo rm -rf /usr/local/{bin/{node,npm},lib/node_modules/npm,lib/node,share/man/*/node.*}命令检查node是否删干净$ node -v