-
-
Notifications
You must be signed in to change notification settings - Fork 232
process is undefined in lib/internal/streams/pipeline.js #496
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
Comments
I'm not using Webpack 5, so I don't understand how that passage applies to my case. |
cc @ShogunPanda |
There are several issues here:
|
@ShogunPanda When you worked on this, did you try |
It looks like the workaround with I didn't use the workaround because I wanted to keep the Node.js behavior to directly load the internal process module. But it looks like the process-shim doesn't contain much logic, so I guess it would be ok to have this one additional require. |
@bergos Ah, I see now that it's your code (#489) rather than @ShogunPanda's. Sorry, I missed that PR. Side note: if bundler configuration is no longer required, then Usage In Browsers is outdated. I'm not a fan of the general approach, but in the interest of moving forward, I vote for |
I'm ok in adding the process-shim. |
I am using N3.js which recently upgraded readable-stream from 3.6.0 to 4.0.0. Now I can no longer build my project using browserify; I get the following error:
The text was updated successfully, but these errors were encountered: