Node.js未链接错误 [英] Node.js not linked error

查看:86
本文介绍了Node.js未链接错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从字面上搜索了网络上的所有内容.但是我找不到错误node-0.8.8 already installed, it's just not linked的解决方案.与路径文件问题有关吗?

I've literally searched everything on web. But I could not find the solution for the error node-0.8.8 already installed, it's just not linked. Is it related to a path file issue?

推荐答案

以以下特定顺序执行以下命令列表:

Execute this list of commands in this particular order:

sudo brew uninstall node
brew update
brew upgrade
brew cleanup
brew install node
sudo chown -R $(whoami) $(brew --prefix)
brew link --overwrite node
brew postinstall node

这篇关于Node.js未链接错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆