Hi, there,
I’m trying to deploy my meteor in an amazon ec2 instance using ubuntu 14.04 using mup
.
mup setup
ran successfully but Here is the error I got in the last step of mup deploy
:
x Invoking deployment process: FAILED
-----------------------------------STDERR-----------------------------------
npm ERR! network connect ETIMEDOUT
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! System Linux 3.13.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /opt/annuaire/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.4.28
npm ERR! syscall connect
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /opt/annuaire/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt/npm-debug.log
npm ERR! not ok code 0
-----------------------------------STDOUT-----------------------------------
> ./bcrypt: npm install due to binary npm modules
----------------------------------------------------------------------------
What am I doing wrong?
Thanks in advance and thank you for this great package
HR