wekan: "fibers.node` is missing" error

Hello,

Running Ubuntu 15.10 & Node 0.10.40, I have this error spamming into the log :

Error: /root/bundle/programs/server/node_modules/fibers/bin/linux-x64-v8-4.5/fibers.node is missing. Try reinstalling node-fibers?

I used the auto-install script to install Wekan. Any idea ? I tried node build inside the fibers directory but it keeps saying

linux-x64-v8-3.14` exists; testing Binary is fine; exiting

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Reactions: 5
  • Comments: 23 (8 by maintainers)

Most upvoted comments

Try to uninstall fibers.node first.

$ npm uninstall fibers
$ npm install fibers
[restart the system]

Got the same problem here, printing

programs/server/node_modules/fibers/bin/linux-x64-v8-3.14/fibers.node` is missing. Try reinstalling `node-fibers`?
/fibers.node` is missing. Try reinstalling `node-fibers`?

while I do have programs/server/node_modules/fibers/bin/linux-x64-v8-4.5 folder got it while trying to deploy meteor app, any idea?

@abdulquadir202

This issue is closed, please continue discussion at #883

I was able to install to install using node 0.10.41 i installed fibers in programs/server manually - npm install fibers and then went to the node_modules/fibers and did node build.js

missing fibers.node was build without any problem ^^

I’m on Windows 10 and have the same problem. node: v0.10.48 i also tried it with node 0.10.40 npm: 2.15.1 wekan: 0.11.1-rc1

What am i doing wrong? does it need any dependency? how can i find out why it fails? I attached npm log file npm-debug.zip

Use newest version, install instructions at repo readme and wiki.