运行时:
nvm install iojs-v2
我收到以下错误:
######################################################################## 100.0%
curl: (7) Failed to connect to localhost port 80: Connection refused
grep: /Volumes/Macintosh HD/Users/ev_blurbs/.nvm/bin/iojs-v2.5.0-darwin-x64/iojs-v2.5.0-darwin-x64.tar.gz: No such file or directory
Binary download failed, trying source.
Installing iojs from source is not currently supported
我不确定curl命令失败的原因。任何帮助将非常感激。谢谢!
更新:
我在/etc/host
文件中注释掉了所有localhost记录。现在运行nvm install iojs-v2
会返回:
######################################################################## 100.0%
curl: (47) Maximum (50) redirects followed
grep: /Volumes/Macintosh HD/Users/ev_blurbs/.nvm/bin/iojs-v2.5.0-darwin-x64/iojs-v2.5.0-darwin-x64.tar.gz: No such file or directory
Binary download failed, trying source.
Installing iojs from source is not currently supported
更新2:
我正在使用OSX 10.10.5。 IOJS正试图使用达尔文。我认为这是正确的,但想列出这一点。
答案 0 :(得分:0)
(nvm维护者在这里)
具体来说,curl: (7) Failed to connect to localhost port 80: Connection refused
是它失败的原因。您是否设置了自定义卷曲代理?
请尝试更新到nvm
的最新版本;如果仍然无效,请在项目回购中提出问题并填写问题模板。