Hacker News new | ask | show | jobs
by creullin 3725 days ago
Also, Openshift is only supporting Node O.10 right now...
2 comments

Valid point, but there is a fairly robust open source community that provides many more packages (called cartridges in openshift lingo) than are officially supported [0]

[0] https://github.com/icflorescu/openshift-cartridge-nodejs

Ah cool. Kind of like a Heroku build pack. Still more effort than 'just deploy' though.
Not quite. I'm currently using version 5.7 on openshift. You can define the node version in the .openshift/markers/NODEJS_VERSION file.

Docs here: https://blog.openshift.com/any-version-of-nodejs-you-want-in...