-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
since facing "ENOENT: no such file or directory, open 'node:stream'" issue #1260
Comments
I am also facing the same issue with my next app, how can i resolve this issue? @nehaAgarwalext @inikulin Unable to patch the package |
Same here. Seems like |
My solution was to define forced resolution:
which fixed the problem for now |
can someone please provide a reproduction? the suggested patch isn't going to fly and doesn't tell us much. some way of recreating the error would be incredibly helpful |
My guess is that people are on old webpack. I don’t know from the top of my head but I think it’s webpack 4 or such that doesn’t support @soswow What are you using? Enzyme hasn’t been published in 5 years apparently. Are you on very old things? |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: