I have a Meteor --bare 1.6.1 running localling fine. But when I go to deploy to a EC2 instance I run into issues.
Basically, I stood up a brand new Ubuntu 14 EC2 instance. I ran the MUP (non-docker/older) script I’ve been using for a long time now and I’m getting an error on deployment.
Node and Mongo have been installed fine.
The issue seems to be the script, and I cannot manually, install fibers@2.0.0 on the server.
I’m logged in as ubuntu
here:
> sudo npm install -g fibers@2.0.0
This is the console:
Logged in as root
and running the same npm command as above I get a loopback that doesn’t end:
Here are the versions I’m running on the EC2 server: