Earlier this morning I was running our cesium-webpack-example repository on my Windows build. I noticed that I was able to run npm install successfully, however, I received an error when running npm start.
This pull request addresses this error by updating the start and build scripts.
Earlier this morning I was running our cesium-webpack-example repository on my Windows build. I noticed that I was able to run
npm install
successfully, however, I received an error when runningnpm start
.This pull request addresses this error by updating the
start
andbuild
scripts.