question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"fibers.node` is missing" error

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:5
  • Comments:21 (7 by maintainers)

github_iconTop GitHub Comments

50reactions
anselalcommented, Dec 21, 2015

Try to uninstall fibers.node first.

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

9reactions
bevinhexcommented, Jun 11, 2016

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?

Read more comments on GitHub >

github_iconTop Results From Across the Web

There is an issue with node-fibers ## - Stack Overflow
For me fibers\bin\win32-x64-88 folder was missing, uninstall followed by deleting the fibers folder and then installing fixed it. – Tallal Kazmi.
Read more >
[SOLVED] Problem with fibers after update from 2.5 to 2.5.1
Hi, after update and release meteor app from 2.5 to 2.5.1 I have following error: There is an issue with node-fibers.
Read more >
/node_modules/fibers/bin/linux-x64-v8-7.6/fibers.node` is ...
node` is missing. Try reinstalling `node-fibers`or something like this. To solve the issue follow the steps: 1. Uninstall node-fibers if already ...
Read more >
New remix, getting "missing program 'fibers.node'" [SOLVED]
The error shows up every couple of seconds. I've tried to run the command they show, but I then get another error: $...
Read more >
fibers - npm
Start using fibers in your project by running `npm i fibers`. There are 526 other projects ... Repository. github.com/laverdet/node-fibers ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found