如何在mac上更新nodejs?
我正在尝试使用自制软件在mac上安装nodejs,但是当我运行命令时: brew install node 我收到以下错误: Beginning with 0.8.0, this recipe now comes with npm. It appears you already have npm installed at /usr/local/lib/node_modules/npm. To use the npm that comes with this recipe, first uninstall npm with `npm uninstall npm -g`, then run this command again. If you would like to …