I have googled this question for a while but can\'t find the answer. My question is while deploying the nodejs application on aws elastic-beanstalk servers, I want the nodejs ap
Add forever to your package.json so it gets installed automatically. Then in EB console, under configuration, custom node command:
node_modules/.bin/forever app.js