Can Node.JS on OpenShift be upgraded?

2019-05-29 16:25发布

问题:

On OpenShift, Node.JS is running 0.10.35 which is over a year old.

Can this be upgraded to 5.x?

cheers S

回答1:

There seem to be a way to specify the version of nodejs for your OpenShift cartridge. Here is the official documentation: https://blog.openshift.com/any-version-of-nodejs-you-want-in-the-cloud-openshift-does-it-paas-style/ and also this is a custom Node.js cartridge that takes care of auto-updating the Node.js and NPM versions on each build https://github.com/icflorescu/openshift-cartridge-nodejs.



标签: openshift