OpenShift and Cesium

1. A concise explanation of the problem you're experiencing.
I have tried to build cesiumjs on a basic account with OpenShift but it fails at the build stage. Does anyone have any ideas - this is the log:

2. Log messages
---> Building your Node application from source
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js

3. Context. Why do you need to do this? We might know a better way to accomplish
your goal.
I want to experiment with cesium and need to have it running on a web server. I am a beginner in terms of javascript and cloud applications.

4. The Cesium version you're using, your operating system and browser.
Cesium on Git - https://github.com/AnalyticalGraphicsInc/cesium.git
OS Windows 10
Browser - Firefox,
.

Hi there,

What are you running, the Cesium development server? Unless this is not the full log, these are just warnings and should not affect anything.

Thanks,

Gabby

Thanks for reply - i'm using the build operation that OpenShift provides having pointed it to the a cloned version of cesium code - i'm not sure if that answers your question.

I’m not very familiar with OpenShift. Do you have a log of the commands it’s executing perhaps?

here is a link to some of the error messages - https://www.dropbox.com/s/p6rwrge2jm0b3ot/openshift-build-error.png?dl=0

I can't proceed any further with the build with the errors.

I’m still not sure what commands are being run here, so I don’t think I have enough information to troubleshoot this.

If it’s pulling the Cesium npm package, you shouldn’t need to build it at all. It would be ready to use as is.

ok i'll look into that soon. thanks