chriswessels / meteor-tupperware

Lean, production-ready Docker image base for Meteor.js apps
MIT License
138 stars 30 forks source link

Getting a missing Binary #36

Open adamgins opened 7 years ago

adamgins commented 7 years ago

Thanks for Tupperware...

Any ideas on the following issue pls:

> Starting app on port 3000...
## There is an issue with `node-fibers` ##
`/opt/meteor/dist/bundle/programs/server/node_modules/fibers/bin/linux-x64-57/fibers.node` is missing.

Try running this to fix the issue: /opt/nodejs/bin/node /opt/meteor/dist/bundle/programs/server/node_modules/fibers/build
/opt/meteor/dist/bundle/programs/server/node_modules/fibers/fibers.js:20
    throw new Error('Missing binary. See message above.');
    ^

Error: Missing binary. See message above.
    at Object.<anonymous> (/opt/meteor/dist/bundle/programs/server/node_modules/fibers/fibers.js:20:8)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/opt/meteor/dist/bundle/programs/server/boot.js:1:75)
    at Module._compile (module.js:635:30)
Adams-MacBook-Pro:buzzy7 adamginsburg$ 
ravjot28 commented 6 years ago

@adamgins found the fix?