[GitHub] [incubator-echarts] plainheart commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
plainheart commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670329707 The `lib` folder is generated after building. InstallIng from Github link is just to clone the repository without a release building, so this is different from NPM.

[GitHub] [incubator-echarts] plainheart commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
plainheart commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670286349 @sgurin It can be installed as follows. ```shell npm install https://github.com/apache/incubator-echarts.git#4.8.0 ``` --