我是流星 js 的新手。我只是想尝试一些样品。但我无法安装。
安装时使用
curl -x http_proxy https://install.meteor.com | /bin/sh
我收到以下异常
% Total % Received % Xferd 平均速度 时间 时间 当前 Dload 上传总花费 左速度 102 3586 0 3586 0 0 741 0 --:--:-- 0:00:04 --:--:-- 936 下载 Meteor分发卷曲:(7)无法连接到主机
gzip:标准输入:文件意外结束 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.
请帮助我如何安装。如果我缺少安装的任何内容,请纠正我。
提前致谢。