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
I looked into it and it's not because of those issues in Node.js (or at least, the main issue is not). The reason this fails and throws a EBADF error is because a package called thread-loader reads directly from FD 4. The reason you can do this is because if you spawn a new process, you can provide a 5th option to the stdio list which will be exposed as FD 4 as described in the Node.js docs.
Currently this is a limitation of WebContainers and I created an internal ticket to track this.
Describe the bug
Visit: https://stackblitz.com/github/nullVoxPopuli/polaris-starter/tree/webpack
See errors:
Link to the blitz that caused the error
https://stackblitz.com/github/nullVoxPopuli/polaris-starter/tree/webpack
Steps to reproduce
use webpack with node 18.18
this problem: nodejs/node#49911, fixed in 18.18.1
Expected behavior
Node 18.18.1 or newer is used
Parity with Local
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: