Error: Cannot find module “fibers/future”
at Object.require (/tools/static-assets/server/boot.js:303:24)
at packages/meteor.js:191:20
at packages/meteor.js:361:4
at apply (packages/meteor.js:1508:3)
at forEach (/tools/static-assets/server/boot.js:419:36)
at Array.forEach ()
at loadServerBundles (/tools/static-assets/server/boot.js:228:19)
at /tools/static-assets/server/boot.js:479:5
at Function.run (~/Projectpath/bundle/programs/server/tools/tool-env/profile.ts:289:14)
at /tools/static-assets/server/boot.js:478:11
Not sure if this is it, but have you checked your node version? You will need to run the app with the same version that meteor is bundled with. meteor node --version vs node --version should tell you.
Thank you coagmano for reminding me to do that. However it was wasn’t related to this. I have figured out the issue. When building Meteor using meteor build command, the outputs when exported as tarball vs in a directory are different. Using tarball output like the one below works just fine when extracted and installed: