I realize in advance this is kind of a vague question, but I\'m stumped as to what else I can try here...
I\'ve been going through other SO questions and following t
For an OpenShift Node app you need to specify the start script as: main: "server.js" instead of using scripts. This is due to the way Node applications are started on OpenShift using node-supervisor.
main: "server.js"
scripts