problem with gulputil

1. A concise explanation of the problem you're experiencing.
I am trying to get a version of cesium running in openshift When i run the build operation in openshift I get these errors:

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

Are there any plans to update the configuration in the cesium GIT repository. I'm not sure how to do it in my own repository.

Glad you solved the problem, thanks for the update!

I received the same error. By it being a memory issue, what do you mean? How did you fix it?

Thanks.

problem solved - it was a memory issue

how >

Hey all,

Actually these are more warnings than errors and they are caused by the use of gulp 3.9.1 which uses internally gulp-util that has already been deprecated. You can find more info about this here.

I do not think there is much you can do about, except when Cesium decides to upgrade to gulp 4.0.0 which totally eliminates the dependency (it actually replaces it with gulp-cli). On the other hand, it will not cause you much trouble since gulp is used for building and bundling and not in the actual codebase of Cesium.