1

I'm trying to run laika on my VM, but it still when I run the laika script, there is an error.

Here is the error :

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

I installed laika like this :

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

Here is what I get when I check fibers package :

  nodejs [rebolon] /home/project/hello-laika % npm list fibers
  /home
  └─┬ laika@0.2.2
    └── fibers@1.0.1
4

1 回答 1

0

这个问题已经用 laika 版本修复了0.2.4。尝试更新莱卡

如果您仍然遇到问题,请尝试在 github repo 上提出问题

于 2013-06-27T14:37:40.457 回答