Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New Phoenix project on Ubuntu getting [error] backend port not found: :inotifywait

I created a new phoenix project and when I run mix phoenix.server, I get

[error] backend port not found: :inotifywait

in red in my console. This looks menacing and, since I haven't really done anything yet, seems like the type of thing that should work.

like image 537
Joshua Hickman Avatar asked Apr 24 '15 17:04

Joshua Hickman


1 Answers

You need to add the inotify backend. Please see the readme here and you should be quickly on your way: https://github.com/phoenixframework/phoenix_live_reload#backends

like image 166
Chris McCord Avatar answered Oct 27 '22 14:10

Chris McCord