Open julioSab opened 7 years ago
Hi,
Thanks for sharing your example!
I tried to build your example but the mix phoenix.server failed due to this dependency: https://github.com/chrismccord/phoenix_presence_example/blob/e7f2c414e8d151144f140ed44348a712b1c216b5/mix.exs#L34
mix phoenix.server
I tried to git clone https://github.com/phoenixframework/phoenix_pubsub in ~/Workspace/projects but the project still don't build.
https://github.com/phoenixframework/phoenix_pubsub
~/Workspace/projects
Can you advice how to build your example?
Thank you
This issue seems to be related to this pull request: https://github.com/chrismccord/phoenix_presence_example/pull/1
Hi,
Thanks for sharing your example!
I tried to build your example but the
mix phoenix.server
failed due to this dependency: https://github.com/chrismccord/phoenix_presence_example/blob/e7f2c414e8d151144f140ed44348a712b1c216b5/mix.exs#L34I tried to git clone
https://github.com/phoenixframework/phoenix_pubsub
in~/Workspace/projects
but the project still don't build.Can you advice how to build your example?
Thank you