【发布时间】:2017-07-25 07:32:16
【问题描述】:
我在使用 Homebrew 安装 mysql 时遇到问题,我已经运行 brew doctor 来尝试了解它。
给出的建议始终是解决 Homebrew 提出的警告/错误,但是我不想这样做对我的系统造成不利的副作用。
据我了解,节点错误可能是由手动安装 Node 而不是 Homebrew 引起的。我不确定 git unlinked 小桶是关于什么的。
解决这些错误最安全的方法是什么?
CRMPiccos-MacBook:~ crmpicco$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/node/node_internals.h
/usr/local/include/node/smalloc.h
/usr/local/include/node/v8stdint.h
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
git
【问题讨论】:
标签: mysql node.js git homebrew macos-sierra