bytenode-webpack-plugin icon indicating copy to clipboard operation
bytenode-webpack-plugin copied to clipboard

Got "Error: write EPIPE" when build on Linux

Open cherrow opened this issue 1 year ago • 2 comments

Everything is fine when build on Windows, but when i build on Linux, error occured:

Image

version info: webpack: 4.15.1 bytenode-webpack-plugin: 1.2.5 electron: 11.2.0

cherrow avatar Feb 13 '25 09:02 cherrow

update: I set debugLifecycle to true so there are more logs:

Image It seems like the .jsc file has complied successfully,but error occuerd when webpack emit the asset to output dir.

anyone has anyideas?

cherrow avatar Feb 14 '25 08:02 cherrow

I also encountered this on Mac, and I suspect it has something to do with the system version. My node is the same version, but one mac version cannot be upgraded, 13.7.6, and the other 15 has no problem.

oopses avatar Sep 24 '25 13:09 oopses