Hello,
I added a custom binary/command to my n8n docker container called fabric (GitHub - danielmiessler/fabric: fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.). I’ve verified that it works by connecting to the shell and testing it out, however, when I try to run even basic fabric commands (like fabric --version), the execute command node just spins and never completes. There re no apparent errors because the node doesn’t complete execution, nor does it error out.
My workflow, so far, is just a manual trigger followed by a execute command node.
I am running n8n v1.61.0 via Docker.