DarthSim / hivemind

Process manager for Procfile-based applications
MIT License
983 stars 29 forks source link

[Bug] Hivemind prints nothing #31

Open cabello opened 1 year ago

cabello commented 1 year ago

Hi,

First, thank you for this project, I've been using personally for a couple years now, I find it handy to spin up rails server, webpack, sidekiq all in one go. 🙇

I tried implementing a new Procfile.dev for a new project, this one is not Rails it's a node.js project and whenever I type hivemind Procfile.dev or anything in that folder, nothing happens, just plain no output.

I switched to the frontend folder of that project, added a Procfile.dev there and it worked as expected.

Back to the folder with issue I tried hivemind -h --help --verbose --version, asd asdnasdm never got any output.

Any idea what could be happening in this case? I don't know if the binary checks for some thing and does not run or I might have some permission missing.

I installed via homebrew v 1.1.0