-
-
Notifications
You must be signed in to change notification settings - Fork 248
cwd as a file: URL does not work #491
Copy link
Copy link
Closed
Labels
Description
The cwd option can now be a file: URL with child_process.spawn().
However, this does not currently work with Execa. We should fix this and allow file: URLs for the cwd and localDir options.
This depends on sindresorhus/npm-run-path#14
Reactions are currently unavailable