我正尝试在我的虚拟机上运行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以下是当我检查fibers包时得到的结果:
nodejs [rebolon] /home/project/hello-laika % npm list fibers
/home
└─┬ laika@0.2.2
└── fibers@1.0.1发布于 2013-06-27 22:37:40
此问题已在laika版本的0.2.4中修复。尝试更新laika
如果你仍然有问题,试着做一个issue on the github repo
https://stackoverflow.com/questions/17345643
复制相似问题