Skip to content
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

Update to 'readable-stream@4.2.0' to support running inside webworker #764

Open
motabass opened this issue Dec 12, 2022 · 1 comment
Open

Comments

@motabass
Copy link

motabass commented Dec 12, 2022

I'm using music-metadata-browser inside a worker in my angualar app. The only way i could make that work was by forcing this lib to use the latest version of readable-stream by adding the following to my package.json:

"overrides": { "readable-stream": "4.2.0" }

without this i get the following error from readable-stream:

Uncaught ReferenceError: global is not defined at 73816 (_stream_readable.js:48:21) at __webpack_require__ (bootstrap:19:1)

nodejs/readable-stream#489

#758

@subframe7536
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants