cesium之编译问题
使用node.js编译cesium相关的ClimateStationVisualizer例子过程中存在的问题:
1.bash 不是内部或外部命令 也不是可运行的程序
原因:git配置问题。
解决方案:将bash.exe所在的目录加入到系统path中。在git安装目录../Git/bin下。
2.shasum check failed
原因:网络问题。
解决方案:使用命令 npm install --registry=https://registry.cnpmjs.org