bytenode-webpack-plugin
bytenode-webpack-plugin copied to clipboard
Got "Error: write EPIPE" when build on Linux
Everything is fine when build on Windows, but when i build on Linux, error occured:
version info: webpack: 4.15.1 bytenode-webpack-plugin: 1.2.5 electron: 11.2.0
update: I set debugLifecycle to true so there are more logs:
It seems like the .jsc file has complied successfully,but error occuerd when webpack emit the asset to output dir.
anyone has anyideas?
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.