I can't build Cesium

1. A concise explanation of the problem you’re experiencing.

I try to npm run-script build command Command completed in short time and Build folder cannot be created. So I cannot see anything, Sandcastle, HelloWord.html etc.

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

npm run-script build

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

I checked out master and ı did’nt any change on it.

Can you help me about it. I think Travis CI cannot build my branch that I open for contribute an issue.

Hi,

To get Cesium running locally, you should be able to run:

npm install

npm run build

npm start

See our Build Guide for more detailed information and other scripts: https://github.com/AnalyticalGraphicsInc/cesium/tree/master/Documentation/Contributors/BuildGuide

Thanks,

Gabby