2014-09-27 46 views
1

我在我的笔记本电脑上安装了ubuntu以使用流星,但流星不工作。流星不在我的ubuntu中运行

我从官方网站下载:

> curl https://install.meteor.com/ | sh 
    % Total % Received % Xferd Average Speed Time Time  Time Current 
           Dload Upload Total Spent Left Speed 
100 4504 0 4504 0  0 1659  0 --:--:-- 0:00:02 --:--:-- 1658Removing your existing Meteor installation. 
100 4504 0 4504 0  0 1539  0 --:--:-- 0:00:02 --:--:-- 1539 
Downloading Meteor distribution 
######################################################################## 100.0% 

Meteor 0.9.3 has been installed in your home directory (~/.meteor). 
Writing a launcher script to /usr/local/bin/meteor for your convenience. 
This may prompt for your password. 

To get started fast: 

    $ meteor create ~/my_cool_app 
    $ cd ~/my_cool_app 
    $ meteor 

Or see the docs at: 

    docs.meteor.com 

PC:~$ cd work/buildpulse-cerebus/ 
PC:~/work/buildpulse-cerebus$ meteor 
^C 
PC:~/work/buildpulse-cerebus$ meteor update 
^C 
PC:~/work/buildpulse-cerebus$ sudo meteor 

安装后,我改变了我的目录(现有的流星应用程序只克隆它),当我运行流星什么也没有发生。

如果我创建新的流星应用程序它运行良好,为什么它不与现有的应用程序一起工作。

+0

在这类岗位的,这将有助于分担错误日志或堆栈跟踪信息,以便其他人可以帮助你。您指出'流星运行'命令适用于您创建的新应用程序。运行现有应用程序时出现什么错误(您是否认为克隆流星回购)? – 2015-01-27 03:38:53

+0

@DavidKim我遇到了非常类似的错误,并没有错误或日志 - 只是一个突然的“Killed”消息。我在下面发布我的解决方案 – a20 2016-06-15 07:53:28

回答

-1

您可能忘记复制隐藏的.meteor目录。

如果您将应用程序从最初创建的位置复制过来,则可以看到您描述的行为。

要修复它只需复制应用程序与隐藏.meteor目录。

相关问题