Hi all, I have cloned the repo to my local machine and run npm install as stated in the build guide.
However when I run npm run release, the following three types of errors happened:
- [TSD-JSDoc] InspectorShared.js:17:0 Failed to find parent of doclet ‘InspectorShared.createCheckbox’ using memberof ‘InspectorShared’, this is likely due to invalid JSDoc.`
- Source/Cesium.d.ts:1:1 - error TS6200: Definitions of the following identifiers conflict with those in another file: DEPTH_BUFFER_BIT, STENCIL_BUFFER_BIT, COLOR_BUFFER_BIT, POINTS, LINES, LINE_LOOP, LINE_STRIP, TRIANGLES, TRIANGLE_STRIP, TRIANGLE_FAN, ZERO, ONE, SRC_COLOR, ONE_MINUS_SRC_COLOR, SRC_ALPHA,
 .
 .
 .
 ONE_MINUS_SRC_ALPHA, DST_ALPHA, ONE_MINUS_DST_ALPHA, DST_COLOR, ONE_MINUS_DST_COLOR, SRC_ALPHA_SATURATE, FUNC_ADD, BLEND_EQUATION, BLEND_EQUATION_RGB, BLEND_EQUATION_ALPHA, FUNC_SUBTRACT, FUNC_REVERSE_SUBTRACT, BLEND_DST_RGB, BLEND_SRC_RGB, BLEND_DST_ALPHA, BLEND_SRC_ALPHA, CONSTANT_COLOR, ONE_MINUS_CONSTANT_COLOR, CONSTANT_ALPHA, ONE_MINUS_CONSTANT_ALPHA, BLEND_COLOR, ARRAY_BUFFER, ELEMENT_ARRAY_BUFFER, ARRAY_BUFFER_BINDING, ELEMENTTRANSFORM_FEEDBACK_,PRIMITIVES_WRITTEN, RASTERIZER_DISCARD, MPostProcessStageSampleMode, SceneMode, SceneTransforms, ShadowMode, SingleTileImageryProvider, StencilFunction, StencilOperation, TileCoordinatesImageryProvider, TileMapServiceImageryProvider, UrlTemplateImageryProvider, VerticalOrigin, WebMapServiceImageryProvider, WebMapTileServiceImageryProvider, createElevationBandMaterial, createOsmBuildings, createTangentSpaceDebugPrimitive, createWorldImagery, SvgPathBindingHandler, createCommand, AnimationViewModel, ProviderViewModel, Geocoder, SelectionIndicatorViewModel, Viewer, viewerCesium3DTilesInspectorMixin, viewerCesiumInspectorMixin, viewerDragDropMixin, viewerPerformanceWatchdogMixin
 declare module “cesium” {
…/…/…/node_modules/cesium/Source/Cesium.d.ts:1:1
declare module “cesium” {
Conflicts are in this file.
- Source/Cesium.d.ts:5986:14 - error TS2649: Cannot augment module ‘Event’ with value exports because it resolves to a non-module entity.
5986 export class Event {
Does anyone know whats going on here? Any input is greatly appreciated!