Fail to run laika framework for meteor

陌路散爱 提交于 2020-01-05 08:29:48

问题


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

回答1:


This problem has been fixed with laika version 0.2.4. Try updating laika

If you still having problems try to make a issue on the github repo



来源:https://stackoverflow.com/questions/17345643/fail-to-run-laika-framework-for-meteor

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!