When I push my code to OpenShift, it looks like it\'s installing my devDependencies
which takes forever. I would really love to set it up so it wil
It looks like the only solution is to update the cartridge itself. The npm install command is located in the cartridge's bin/control folder. Meanwhile, it's been fixed in the originating github repo at wshearn/openshift-origin-cartridge-nodejs so you can just install from github rather than using the Quickstart.