2013-06-27 61 views
1

我試圖在我的虛擬機上運行laika,但它仍然在運行laika腳本時出現錯誤。未能運行流星laika框架

以下是錯誤:

nodejs [rebolon] /home/project/hello-laika % sudo laika 

    injecting laika... 
    loading phantomjs... 
    loading initial app pool... 

    /root/.meteor/tools/11f45b3996/lib/node_modules/fibers/fibers.js:13 
    throw new Error('`'+ modPath+ '.node` is missing. Try reinstalling `node-fibe 

    ^

    re-installing node-fibers... 
    node-fibers reinstalled! run `laika` again! 
    cleaning up injected code 

我裝萊卡這樣的:

sudo npm install -g laika 
    sudo npm install -g phantomjs 
    apt-get install libfontconfig1 // coz phantomjs crashed 
    mongod --smallfiles --noprealloc --dbpath /mnt/tmpfs 

這裏是我所得到的,當我檢查纖維包:

nodejs [rebolon] /home/project/hello-laika % npm list fibers 
    /home 
    └─┬ [email protected] 
    └── [email protected] 

回答

0

這個問題有已使用laika版本0.2.4修復。嘗試更新萊卡

如果您仍然有問題儘量讓issue on the github repo

+0

還是失敗,我想重新安裝流星,我會告訴你,如果它的系統上更好 – Rebolon

+0

你安裝phantomjs?它可以通過$ PATH獲得? –

+0

是的它是可用的(我與你聯繫的郵件,我會更新線程時,解決方案將被發現) – Rebolon