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 dlx-binary Windows shell execution by adding cache dir to PATH
When spawning .cmd/.bat files on Windows with shell: true, cmd.exe uses PATH
+ PATHEXT to locate executables. Since dlx downloads to a custom cache
directory not in PATH (unlike system package managers), we must prepend the
cache directory to PATH so cmd.exe can find the binary after spawn strips it
to basename.
0 commit comments