安装步骤
1.安装node.js
2.去Cesium官网下载源码包
other:npm install Cesium 通过这种方式装 ,没有装成功,主要错误提示说缺少gulp文件,具体错误如下
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
$ gulp prepare && husky && playwright install --with-deps
[17:36:15] No gulpfile found
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
3.cmd进入cesium根目录,(需要用管理员方式打开)
4、通过npm install指令下载第三方库
5、通过npm run release指令编译cesium