Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Failed to spawn process from job.lua (fd not installed) #19

Open
bobbyhouse opened this issue Dec 3, 2021 · 0 comments
Open

Comments

@bobbyhouse
Copy link

It looks like job.lua expects the command "fd" to be installed. Spawning "fd" with args --type f fails if fd is not installed. After I install fd on Mac OS X (brew install fd) all was well.

E5108: Error executing lua ...obby/.local/share/nvim/plugged/popfix/lua/popfix/job.lua:374: Failed to spawn process: {
_additional_on_exit_callbacks = {},
_shutdown_check = <userdata 1>,
_stderr_results = {},
_stdout_results = {},
_user_on_exit = <function 1>,
_user_on_stderr = <function 2>,
_user_on_stdout = <function 3>,
args = { "--type", "f" },
command = "fd",
cwd = "/Users/bobby/git/remote/funraise-ui",
enable_handlers = true,
enable_recording = true,
interactive = true,
pid = "ENOENT: no such file or directory",
stderr = <userdata 2>,
stdin = <userdata 3>,
stdout = <userdata 4>,
user_data = {},
= <1>{
__index = <table 1>,
_create_uv_options = <function 4>,
_execute = <function 5>,
_pipes_are_closed = <function 6>,
_prepare_pipes = <function 7>,
_reset = <function 8>,
_shutdown = <function 9>,
_stop = <function 10>,
add_on_exit_callback = <function 11>,
and_then = <function 12>,
chain = <function 13>,
chain_status = <function 14>,
co_wait = <function 15>,
is_job = <function 16>,
join = <function 17>,
new = <function 18>,
pid = <function 19>,
result = <function 20>,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant