Meteor bundle fails because fibers.node is missing

前端 未结 2 747
野的像风
野的像风 2020-12-05 05:14

The bundled node.fibers fails to load after deployment to a different server with the following error:

/home/ec2-user/bundle/server/node_modules/fibers/fiber         


        
2条回答
  •  执念已碎
    2020-12-05 05:47

    I had the same issue with Meteor 1.0.3.2 and Node 0.12.0. I had to downgrade to Node 0.10.31. This fixed the issue.

    Remember all instructions are in the readme file in the bundle folder.

提交回复
热议问题