-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use CJS shims for stream #179
Conversation
🦋 Changeset detectedLatest commit: d7e228a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@roodboi Can you take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, thanks!
whoops, opened here as well #180. closing mine |
Yes I think @roodboi needs to merge. |
hey has this been solved? Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/pakamienny/Documents/hackathons/batman/node_modules/openai/streaming.mjs not supported. |
Explicitly importing the
.mjs
module breaks CommonJS compatibility, we should instead import thestreaming
path which will choose between ESM and CommonJS automatically.