ravendb/ravendb-nodejs-client

Cannot find type definition file for 'stream-json'

Closed this issue · 2 comments

When including this in my Typescript project, I get the following error when building it:

node_modules/ravendb/dist/Mapping/Json/Streams/TransformKeysJsonStream.d.ts:1:23 - error TS2688: Cannot find type definition file for 'stream-json'.

1 ///

ml054 commented

Hi @st0014,

Issue is reported in our bug tracker: https://issues.hibernatingrhinos.com/issue/RDBC-429

As temporary workaround please install typings for stream-json manually

npm install @types/stream-json