CesiumGS / 3d-tiles-samples-generator

Apache License 2.0
12 stars 8 forks source link

Pin bluebird types version to 3.5.20 #6

Closed javagl closed 1 year ago

javagl commented 1 year ago

Trying to npm run build a fresh clone caused errors similar to those in https://github.com/DefinitelyTyped/DefinitelyTyped/issues/27374

This change pins the @types/bluebird version to 3.5.20 and should resolve the immediate issue. Further investigations of what was wrong there, exactly, and what could be the best way to nestle the versions into a "compatible range" may be done later.