美文网首页
brew Error: /usr/local/share/doc

brew Error: /usr/local/share/doc

作者: LxjAzni丶7 | 来源:发表于2017-08-22 14:20 被阅读0次

brew安装nodejs的时候出现了一下错误

Error: Could not symlink share/doc/node/gdbinit
/usr/local/share/doc/node is not writable.
解决方式

运行一下命令

sudo chown -R $(whoami):admin /usr/local

之后brew doctor 来检查
如果和我一样提示让你link你的node 就进行下面一步
brew link --overwrite node
搞定

相关文章

网友评论

      本文标题:brew Error: /usr/local/share/doc

      本文链接:https://www.haomeiwen.com/subject/cekldxtx.html