I'm trying to deploy a node.js app using the Amazon Elastic Beanstalk service. Following this tutorial (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_nodejs.sdlc.html), I managed to deploy the app. However, once uploaded on Amazon, the application failed to start. Investigating the logs show me the following error : "Failed to run npm install".
Does anyone have a good idea of what the problem might be ? The application is working great locally.
Thanks in advance for your help!