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
fix: find node binary correctly in externals directory
Search for the actual node executable file instead of directory names.
The previous approach found directories like 'node24_alpine' that don't
contain the binary, causing 'No such file or directory' errors.
Now searches for executable files named 'node' which correctly finds
the actual binary location.
0 commit comments