Node.js npm不是';当我运行brew安装节点时,t生成

Node.js npm不是';当我运行brew安装节点时,t生成,node.js,path,npm,installation,homebrew,Node.js,Path,Npm,Installation,Homebrew,运行brew安装节点时,我无法让npm生成。这是我得到的节点安装的结束 ==> /usr/local/bin/npm install --global npm@latest --prefix /usr/local --global npm@latest --prefix /usr/local Warning: The post-install step did not complete successfully You can try again using `brew postinst

运行brew安装节点时,我无法让npm生成。这是我得到的节点安装的结束

==> /usr/local/bin/npm install --global npm@latest --prefix /usr/local
--global
npm@latest
--prefix
/usr/local

Warning: The post-install step did not complete successfully
You can try again using `brew postinstall node`
==> Summary
 /usr/local/Cellar/node/0.10.32: 1678 files, 19M
运行brew postinstall节点时不执行任何操作


非常感谢你的帮助

您可以尝试以下方法:

$ brew uninstall node
$ rm -r ~/.npm
$ brew install node

嘿,基尔罗伊,这也没能解决问题。我看到一个类似的问题在这里得到了解决。希望这能有所帮助。我解决了这个问题,并且能够删除这些错误:
make[1]:***[node\u modules/.bin/ronn]错误3 make:**[man/man3/npm bin.3]错误2
但我仍然收到
警告:后安装步骤未成功完成您可以使用brew后安装节点重试
您是否查看了该问题?这可能是相关的我确实看过。。。事实上,我现在只是清洁安装,所以我应该很好。谢谢你的帮助!!