将deck.gl在本地运行起来
1、利用git clone https://github.com/uber/deck.gl.git 命令将deck.gl从github上克隆下来。
2、cd deck.gl-master 进入项目根目录,运行npm install安装相关依赖。这里使用cnpm加快包的安装。
npm install cnpm -g --registry=https://registry.npm.taobao.org 安装cnpm
然后运行cnpm install
报错
MSBUILD : error MSB3411: Could not load the Visual C++ component "VCBuild.exe". If the component is not installed, either 1) insta