Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

## There is an issue with node-fibers ##

Tags:

node.js

npm

## There is an issue with `node-fibers` ## `\node_modules\synchronize\node_modules\fibers\bin\win32-x64-57\fibers.node` is missing. 

when Im running my node server with the command 'node server.js', I get this error out of the blue, I tried installing node fibers module, still no use, How can I resolve this error?

like image 212
learning developer Avatar asked Feb 22 '18 09:02

learning developer


1 Answers

Try uninstalling and reinstalling fibers:

npm uninstall fibers npm install fibers 
like image 109
Brand0R Avatar answered Sep 21 '22 21:09

Brand0R