Meteor 1.0.4.1安装失败

时间:2015-03-23 09:44:25

标签: node.js meteor

我从0.5开始就一直使用meteor而没有任何问题。对于每次安全更新,我都会删除~/.meteor目录并使用标准curl命令重新安装,而不仅仅是更新。但现在我收到以下错误

rm -rf ~/.meteor
sudo rm /usr/local/bin/meteor
curl https://install.meteor.com/ | sh
Downloading Meteor distribution
######################################################################## 100.0%
mv: omitting directory ‘/home/raj/.meteor-install-tmp/.meteor’
Installation failed.

我尝试删除~/.meteor目录和~/.meteor-install-tmp/目录。

我甚至尝试从git repo安装

git clone git://github.com/meteor/meteor.git
cd meteor

./scripts/generate-dev-bundle.sh
./meteor
It's the first time you've run Meteor from a git checkout.
I will download a kit containing all of Meteor's dependencies.
######################################################################## 100.0%
mv: omitting directory ‘/home/raj/meteor/dev_bundle.xxx’
Failed to install dependency kit.

我在我的机器上运行了几个meteor项目,因此依赖性不是问题。没有互联网连接问题。

正在运行Linux Mint 17 Qiana,这只是Ubuntu 14.10

也检查了以下问题。

meteor installation failed - goes only up to 45%

Meteor.js installation failed

Meteor 0.7.1.2 installation error

0 个答案:

没有答案