我是meteor js的新手。我只想尝试一些样品。 但是我无法安装。
使用
安装时curl -x http_proxy https://install.meteor.com | /bin/sh
我收到以下异常
%收到的总百分比%Xferd平均速度时间时间 当前 Dload上载总花费左侧速度102 3586 0 3586 0 0 741 0 - : - : - 0:00:04 - : - : - 936下载流星分布卷曲:(7)无法连接到主机
gzip:stdin:文件tar的意外结束:子返回状态1 tar: 错误无法恢复:立即退出安装失败。
尝试使用git安装其他方式。我使用git clone
下载并运行./meteor --help
。为此我也有
这是你第一次从git checkout运行Meteor。 我将下载一个包含Meteor所有依赖项的工具包。
curl: (7) couldn't connect to host
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now Failed to install dependency kit.
请帮我安装。如果我错过了安装的任何内容,请纠正我。
提前致谢。
答案 0 :(得分:0)
看起来网址已损坏?
curl -x http://https://install.meteor.com
来自the meteor examples page的命令是:
curl https://install.meteor.com | sh
你在运行什么操作系统?