我正在尝试在我的虚拟机上运行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