Solved: backend port not found: :inotifywait
his is not a problem with visualixir but phoenix in development mode. It watches for filechanges and uses a couple of backends for this task, in your case it choose :intofywait which is not available on your system.
Visualixir should run regardless of this message, only when you develop on it yourself, it might take some time until changes of the files are realized and acted upon.
To make it work in general you might install inotify-tools (Ubuntu assumed).
Max notifications@github.com schrieb am Do., 17. Nov. 2016 um 12:04 Uhr:
Hi!
When i run Visualixir
elixir --sname visualixir --hidden -S mix phoenix.server
i see in console:
https://camo.githubusercontent.com/3b91453976b5f55c1265c9f3b2ce2a4bdeb77b59/687474703a2f2f7265732e636c6f7564696e6172792e636f6d2f706f73742d6861776b2f696d6167652f75706c6f61642f76313437393338303532332f6563643364633331366430345f3030315f7361336767632e706e67
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#13, or mute the thread
https://github.com/notifications/unsubscribe-auth/AADmRww_VAoJsZJELHqhpD6DdWM595jWks5q_DSUgaJpZM4K1KiC
Edited by peturbg