簡體   English   中英

運行brew install節點時,npm沒有建立

[英]npm isn't building when I run brew install node

運行brew install節點時,我無法構建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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM