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(spawn): resolve relative paths to prevent ENOENT errors
Some node installations have trouble with relative paths passed to child_process.spawn() - so in those cases we resolve the full path instead.
ref #5649
0 commit comments