The `cwd` option can now be [a `file:` URL](https://nodejs.org/api/fs.html#file-url-paths) [with `child_process.spawn()`](https://nodejs.org/api/child_process.html#child_processspawncommand-args-options). 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 https://github.com/sindresorhus/npm-run-path/issues/14
The
cwdoption can now be afile:URL withchild_process.spawn().However, this does not currently work with Execa. We should fix this and allow
file:URLs for thecwdandlocalDiroptions.This depends on sindresorhus/npm-run-path#14