Can Node.JS on OpenShift be upgraded?

情到浓时终转凉″ 提交于 2019-12-22 12:35:44

问题


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.



来源:https://stackoverflow.com/questions/34757516/can-node-js-on-openshift-be-upgraded

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!