本文介绍了无法为流星运行 laika 框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在我的虚拟机上运行 laika,但是当我运行 laika 脚本时仍然出现错误.

I'm trying to run laika on my VM, but it still when I run the laika script, there is an 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

我像这样安装了莱卡:

  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
  └─┬ [email protected]
    └── [email protected]

推荐答案

此问题已在 laika 版本 0.2.4 中得到修复.尝试更新莱卡

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

如果您仍然遇到问题,请尝试在 github 存储库上提交问题

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

这篇关于无法为流星运行 laika 框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 01:58