未能为流星运行laika框架

时间:2013-06-27 14:17:21

标签: meteor 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

我安装了这样的laika:

  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
  └─┬ laika@0.2.2
    └── fibers@1.0.1

1 个答案:

答案 0 :(得分:0)

此问题已通过laika版本0.2.4修复。尝试更新laika

如果您仍然遇到问题,请尝试制作issue on the github repo