I’ve ran the cmds to build CesiumJS from source.
-
npm install
-
npm run build
-
npm start
I see the links to select things like “Hello World”. But no matter what link I try, the page will time out. Issue look to be that Cesium.js is missing from the Build dir. I’ve checked the “Build” dir and the only files in there are “minifyShaders.state” (which has just one line in it of false
) and “package.json” (which has just one line in it of…{"type":"commonjs"}
… Output from running npm run build
is…
cesium@1.94.3 build
gulp build
Using gulpfile ~/Desktop/CesiumWork/cesium/gulpfile.cjs
Starting ‘build’…
Finished ‘build’ after 6.27 s
I’m sure I’ve done something wrong. Any suggestions what is going on? Thanks.