Installation 无法将节点链接到brewdoctor

Installation 无法将节点链接到brewdoctor,installation,npm,homebrew,brew-doctor,Installation,Npm,Homebrew,Brew Doctor,我一直在尝试将node链接到brewdoctor,它说由于node/ares.h,它没有正确地进行符号链接 我在终端运行了它,得到了以下结果: brew install node ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/node 0.10.32.mavericks.bottle.tar.gz ###################################################

我一直在尝试将node链接到brewdoctor,它说由于node/ares.h,它没有正确地进行符号链接

我在终端运行了它,得到了以下结果:

brew install node
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/node
0.10.32.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring node-0.10.32.mavericks.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/node/ares.h
 /usr/local/include/node is not writable.

You can try again using:
  brew link node
==> make install
scripts/doc-build.sh doc/api/npm-bin.md man/man3/npm-bin.3
node cli.js install ronn --no-global
bash: node: command not found
make[1]: *** [node_modules/.bin/ronn] Error 127
make: *** [man/man3/npm-bin.3] Error 2
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 node
==> make install
scripts/doc-build.sh doc/api/npm-bin.md man/man3/npm-bin.3
node cli.js install ronn --no-global
bash: node: command not found
make[1]: *** [node_modules/.bin/ronn] Error 127
make: *** [man/man3/npm-bin.3] Error 2
然后我运行brew postinstall node并得到以下结果:

brew install node
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/node
0.10.32.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring node-0.10.32.mavericks.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/node/ares.h
 /usr/local/include/node is not writable.

You can try again using:
  brew link node
==> make install
scripts/doc-build.sh doc/api/npm-bin.md man/man3/npm-bin.3
node cli.js install ronn --no-global
bash: node: command not found
make[1]: *** [node_modules/.bin/ronn] Error 127
make: *** [man/man3/npm-bin.3] Error 2
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 node
==> make install
scripts/doc-build.sh doc/api/npm-bin.md man/man3/npm-bin.3
node cli.js install ronn --no-global
bash: node: command not found
make[1]: *** [node_modules/.bin/ronn] Error 127
make: *** [man/man3/npm-bin.3] Error 2
有办法解决这个问题吗?谢谢