E:\yxf\yxf_code\cesium\cesium-1.49>npm installnpm WARN deprecated gulp...@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5npm WARN deprecated grace...@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.jsnpm WARN deprecated mini...@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issuenpm WARN deprecated nodem...@2.7.2: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/npm WARN deprecated u...@9.14.0: stop using this versionnpm WARN deprecated mailco...@4.0.1: This project is unmaintainednpm WARN deprecated so...@1.1.9: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0npm WARN deprecated node...@1.4.8: Use uuid module insteadnpm WARN deprecated mini...@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issuenpm WARN notice [SECURITY] lodash has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=lodash&version=1.0.2 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.npm WARN deprecated buil...@4.0.1: This project is unmaintainednpm WARN deprecated grace...@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.jsnpm WARN deprecated so...@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0npm WARN notice [SECURITY] timespan has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=timespan&version=2.3.0 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.npm WARN notice [SECURITY] minimatch has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=minimatch&version=0.2.14 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.npm WARN notice [SECURITY] minimatch has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=minimatch&version=2.0.10 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
> u...@9.14.0 install E:\yxf\yxf_code\cesium\cesium-1.49\node_modules\uws> node-gyp rebuild > build_log.txt 2>&1 || exit 0
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsev...@1.2.4 (node_modules\fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsev...@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})E:\yxf\yxf_code\cesium\cesium-1.49>npm run build
> ces...@1.49.0 build E:\yxf\yxf_code\cesium\cesium-1.49> gulp build
[18:46:10] Using gulpfile E:\yxf\yxf_code\cesium\cesium-1.49\gulpfile.js[18:46:10] Starting 'build'...error: Could not access '1.48'Failed to retrieve list of new Sandcastle demos from Git.[18:46:13] Finished 'build' after 2.73 s--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes but it shed only minifyShaders.state and rest got ignored.
Though I am probing gulpfile.js along with package.json to check about the calls and dependencies.
Instead of importing in SVN I downloaded the zip, as SVN was not importing and some communique errors dislodging the import process.
Do I have to however compel importing, to perfectly align the dependencies?
Regards,
Tushar
For the time being, I used "npm run release" or "npm run minifyRelease" and it made the build though did not prepared the sandcastle examples, but its ok my need of the situation was the build.
I did not needed the minified version of JS so went on to run "npm run release".
Thanks once again for leading me to the solution.