How can i disable the call self as node
binary?
#25
-
I'm building some tooling which needs to call the native system node. but intead pkg is trying to execute the current binary as node. Is there any hint where to patch so this is disabled? I would also like to disable So my tool is some kind of a multicall binary. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I run commands like |
Beta Was this translation helpful? Give feedback.
-
Try checking |
Beta Was this translation helpful? Give feedback.
It seems so: https://github.com/yao-pkg/pkg/blob/main/prelude/bootstrap.js#L2059