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.
Trying to
npm run build
a fresh clone caused errors similar to those in https://github.com/DefinitelyTyped/DefinitelyTyped/issues/27374This change pins the
@types/bluebird
version to3.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.