我想通过
安装Meteorcurl https://install.meteor.com | /bin/sh
就像在文档中说的一样。
每次我尝试这个(也作为sudo),我都会收到此错误:
**rmdir: /Users/christophz/.meteor-install-tmp: Directory not empty
Installation failed.**
当然,在安装之前,目录是空的。在我的主文件夹中中止安装后,有.meteor和仍然.meteor-install-tmp。但是尝试创建一个新的流星应用程序失败了。我的命令行说它不知道这个命令。
我没有通过Google找到任何内容。你可以帮助我并给我一些提示吗?
答案 0 :(得分:3)
你试过rm -rf
吗?有或没有sudo:
rm -rf ~/.meteor-install-tmp
rm -rf ~/.meteor
答案 1 :(得分:1)
尝试删除目录。我想这曾经发生在我身上。