2014-09-27 52 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目錄。

相關問題