The 'brew link' step did not complete successfully

Posted chinabin1993

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The 'brew link' step did not complete successfully相关的知识,希望对你有一定的参考价值。

在mac 上更新node时遇到了一系列的问题:

 

卸载node重新安装之后提示:

The ‘brew link‘ step did not complete successfully

技术分享图片

 

其实这里已经给出了方法:

执行第一个命令一般不会出现问题。直接回车就行。

 

执行第二个命令的时候我这里出现了一些问题:

技术分享图片

 

说我没有 /usr/local/share/doc/...这一大堆的权限。

 

这个权限不是我们加入sudo的权限

 

然后我又在Stack Overflow上面查一下 有兴趣的可以看一下: 时空车走起

输入命令行:

sudo chown -R `whoami`:admin  /usr/local/share/doc/node       注意红色的地方我们可能不一样,需要换上你自己的没有权限操作的文件

技术分享图片

 

这时我们已经可以链接成功了!

 

但是我输入npm -v的时候 提示没有 npm这个命令

 大家只需要重新 brew  reinstall node 一下就行了!!!

技术分享图片

 

完美解决

以上是关于The 'brew link' step did not complete successfully的主要内容,如果未能解决你的问题,请参考以下文章

Only Link: What's the difference between dynamic dispatch and dynamic binding

How New England Shaped China's Craft Brew Master

MAC下 brew link qt 出现的一些问题

Jenkins: because the document's frame is sandboxed and the 'allow-scripts' permission

关于the ONE 在eclipse上会报错:Can't start: error in configuration file(s) 批处理就没问题。

Failed to execute 'setRequestHeader' on 'XMLHttpRequest': The object's state mus