Using NGINX server to deploy a Meteor App from Amazon Linux AMI 2013.09.2 instance receive Module Error Using NGINX server to deploy a Meteor App from Amazon Linux AMI 2013.09.2 instance receive Module Error nginx nginx

Using NGINX server to deploy a Meteor App from Amazon Linux AMI 2013.09.2 instance receive Module Error


You are getting the error because you are not running the command from your home folder.

You were at bundle/programs/server/node_modules/fibers.

Either use absolute path for client/main.js, or cd to ~

MONGO_URL=mongodb://localhost:3000/Telescope ROOT_URL=http://ec2-54-193-42-229.us-west-1.compute.amazonaws.com node client/main.js

PS: It will be helpful for others if you asked the question on the post itself, instead of here