You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { buffer as getBuffer } from 'get-stream';
^^^^^^
SyntaxError: The requested module 'get-stream' does not provide an export named 'buffer'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:189:5)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:530:24)
Describe the bug
Actual behavior
Expected behavior
Module should be imported correctly
Code to reproduce
Package content at (dist/source/core/index.js):
get-stream
is a commonjs package.Checklist
The text was updated successfully, but these errors were encountered: