Any idea how to work around ERR_WORKER_INVALID_EXEC_ARGV ? #9237
-
Has someone seen this error before? When trying to run our tests which use
Beginning of Dockerfile:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It doesn't help to limit orbstack to 100% CPU :( |
Beta Was this translation helpful? Give feedback.
-
There is already some logic to filter out a few Node CLI arguments when starting workers: parcel/packages/core/workers/src/Worker.js Lines 50 to 55 in aaaf22d Looks like that has to be added as well. Though it's interesting that your env somehow causes Node to run without the Turbofan JIT |
Beta Was this translation helpful? Give feedback.
There is already some logic to filter out a few Node CLI arguments when starting workers:
parcel/packages/core/workers/src/Worker.js
Lines 50 to 55 in aaaf22d
Looks like that has to be added as well. Though it's interesting that your env somehow causes Node to run without the Turbofan JIT