Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/40.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js Meteor 1.0.4.1安装失败_Node.js_Meteor - Fatal编程技术网

Node.js Meteor 1.0.4.1安装失败

Node.js Meteor 1.0.4.1安装失败,node.js,meteor,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 ###########################################

我从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安装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
,它只不过是
Ubuntu14.10

也检查了以下问题