Error when building with TypeScript: src/node_modules/openai/_shims/node-types.d.ts:10:32 - error TS2307: Cannot find module 'node:stream/web' or its corresponding type declarations. #1241
Labels
bug
Something isn't working
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
Since version 4.62.1, when I build a TypeScript project which includes
openai
, I get this error message:It does not occur on version 4.62.0 and below.
To Reproduce
Code snippets
The text was updated successfully, but these errors were encountered: